Files
gdvapi/README.md
Rhys Tumelty 52662e129b
Some checks failed
Continuous Integration / build (double, map[arch:wasm32 os:ubuntu-22.04 platform:web], template_release) (push) Has been cancelled
Continuous Integration / build (double, map[arch:x86_64 os:ubuntu-22.04 platform:linux], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:arm64 os:ubuntu-22.04 platform:android], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:universal os:macos-latest platform:macos], template_debug) (push) Has been cancelled
Continuous Integration / build (single, map[arch:x86_64 os:windows-latest platform:windows], template_release) (push) Has been cancelled
Remove SCons build files, becuase it is a terrible build system, and rename stuff
2026-08-23 18:14:20 +01:00

9 lines
171 B
Markdown

# GDVAPI
A godot extension to recieve video steams over UDP and render them
# Building
`nix develop`
`cmake -B build`
`make -C build -j$(nproc)`
`# package coming later`