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
9 lines
171 B
Markdown
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`
|