Skip to content

TheSlugInTub/Salamander

Repository files navigation

Salamander

Salamander is an ECS game engine made in C.

Building

Salamander uses CMake for building. To build the project:

git clone https://github.com/TheSlugInTub/Salamander.git
cd salamander
mkdir bld 
cd bld 
cmake .. 
cd .. 
cmake --build bld/ --config Release

About

ECS game engine in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages