made it acutally work in godot, and made it draw a texture

This commit is contained in:
Rhys Tumelty
2026-08-23 20:59:48 +01:00
parent 427c64ef5d
commit 27693a8fbf
15 changed files with 163 additions and 98 deletions

View File

@@ -2,5 +2,4 @@ extends Node
func _ready() -> void:
var example := ExampleClass.new()
example.print_type(example)
$UDPVideoStream.begin("localhost:1000")