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.
VulkanSDK: To build Qbit from source you need VulkanSDK installed.
- Run
Setup.bat
to build 3rd party libraries. - Run
CreateSolution.bat
orCreateSolutionBuild.bat
to generate the Visual Studio Solution in root or build directory. - After running the script:
- Open
Qbit.sln
- Run the project.
- Open