Simple, fast, and lightweight 2D/3D engine in C.
- Handle shaders and their uniforms
- (WIP) Handle SDF objects and operations
CMake 3.22 is required.
Make sure to:
git clone with --recurse-submodules or run git submodule update --init --recursive
Simply run:
build.shor manually:
mkdir build
cd build
cmake ..
makeExamples are located in the examples directory.
To run an example, simply run:
./bin/example_nameThese submodules are added under lib/
Deprecated submodules:
- portaudio. This will change to miniaudio in the future.
MIT License