Skip to content

A fully abstract game engine for any platform with the required features, with an emphasis on software-based computation, all in low-level C.

License

Notifications You must be signed in to change notification settings

p0lyh3dron/chik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chik Engine

A fully abstract game engine for any platform with the required features, with an emphasis on software-based computation, all in low-level C.

Building

Linux:

mkdir chik_engine
cd chik_engine
git clone https://github.com/p0lyh3dron/chik
cd chik
mkdir build
cd build
cmake ..
make -j

About

A fully abstract game engine for any platform with the required features, with an emphasis on software-based computation, all in low-level C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published