Qbit is a lightweight game engine designed for learning purposes. It's built with a mission to achieve high performance, modularity, readability, and memory safety. Qbit aims to provide a clear and structured codebase for understanding game engine development concepts.
- Run
Setup.bat
to build 3rd party libraries. - Run
CreateSolution.bat
to generate the Visual Studio Solution. - After running the script:
- Open
Qbit.sln
- Run the project.
- Open