TinyEngine
A tiny game engine written in C.
Install / Use
/learn @BrainStronk/TinyEngineREADME
TinyEngine is in active development, and should not be used yet
TinyEngine
A tiny engine written in C.
TinyEngine is a very small engine written in C. TinyEngine is written with care, every line of code that goes into master is reviewed and tested. No third party dependencies are even added if they do make sense. TinyEngine does not aim to solve the problems of modern engines, but rather serve as a good example for how quality software should be written.
Platforms
- Windows
- MacOS
- Linux
Building
Open the Git Repository that you cloned and run build script (build.sh on Unix Systems, and build.bat on Windows. )
License
All code that is NOT in the third-party folder is CC0, do whatever you want with it, we don't care.
