Skip to content

JTtNinjaCode/genesis

Repository files navigation

Genesis Engine

Genesis is a simple game engine designed for educational purposes.

How to Build

Genesis only supports Windows 10 and above. Before build genesis, make sure you have install following tools.

  • Visual Studio 2022 (or more recent)
  • CMake 3.23 (or more recent)
  • Git 2.33.0 (or more recent)

When you have successfully downloaded tools, please navigate to the Genesis folder and enter the following command:

mkdir build
cd build
cmake ..

After entering the above command, the Visual Studio .sln file will appear in the build folder. Open it to compile and modify the code.

Documentation

For information on Genesis's file structure, features, and more, please refer to the wiki.

About

Game engine for educational purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages