Very WIP framework for 3D games.
Find a file
2025-01-11 20:26:34 +02:00
examples Init squashed 2025-01-11 20:26:34 +02:00
include Init squashed 2025-01-11 20:26:34 +02:00
scripts Init squashed 2025-01-11 20:26:34 +02:00
src Init squashed 2025-01-11 20:26:34 +02:00
subprojects Init squashed 2025-01-11 20:26:34 +02:00
.clang-format Init squashed 2025-01-11 20:26:34 +02:00
.clangd Init squashed 2025-01-11 20:26:34 +02:00
.gitattributes Init squashed 2025-01-11 20:26:34 +02:00
.gitignore Init squashed 2025-01-11 20:26:34 +02:00
.gitmodules Init squashed 2025-01-11 20:26:34 +02:00
LICENSE Init squashed 2025-01-11 20:26:34 +02:00
meson.build Init squashed 2025-01-11 20:26:34 +02:00
meson.options Init squashed 2025-01-11 20:26:34 +02:00
README.md Init squashed 2025-01-11 20:26:34 +02:00
suppr.txt Init squashed 2025-01-11 20:26:34 +02:00
version.h.in Init squashed 2025-01-11 20:26:34 +02:00

LEGS

Very WIP framework for 3D games.

legs help you run. (*ba-dum-tss*)

Running

Linux

Dependencies: Meson, gcc

git clone https://github.com/nullprop/legs.git --recursive
cd legs
./scripts/compile_jolt.sh distribution
./scripts/setup_release.sh
ninja -C build
./build/examples/02_systems/02_systems

Third-party code