Very WIP framework for 3D games.
examples | ||
include | ||
scripts | ||
src | ||
subprojects | ||
.clang-format | ||
.clangd | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
meson.build | ||
meson.options | ||
README.md | ||
suppr.txt | ||
version.h.in |
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
- glm: MIT / The Happy Bunny License
- imgui: MIT License
- JoltPhysics: MIT License
- VulkanMemoryAllocator: MIT License
- SDL (system/wrapdb): Zlib License
- Vulkan-Headers (system/wrapdb): Apache-2.0 / MIT License