Simple 2D engine written in C++. The core engine and parts of the editor based on The Cherno's Game Engine series. The main goal of this project for me is to learn C++, engine and graphic programming.
The engine is in a very early stage, not capable of creating games yet.
The project includes all the dependency. Dependencies are below
- Windows
- Visual Studio 2022
- Windows 10 SDK
- Clone this repository
- Open the CobaltGameEngine.sln file
- First build the Engine project
- Then build and run the CobaltEditor project