A high-performance C++ game engine
Welcome to the GameEngine repository! This engine is designed to provide a solid foundation for building games and interactive applications. It leverages modern C++ standards, powerful libraries, and intuitive tools to help you create amazing experiences.
- platform compatibility (Windows/Linux/Web)
$ git clone https://github.com/sefyan0hack/GameEngine.git
$ cd GameEngine
$ mkdir build
$ cmake -S . -B build
$ cmake --build build --config Release