Nova Engine is a 2D game engine written in C++ using SDL2 for window and event management, as well as OpenGL for graphical rendering.
- A compiler supporting C++20
- SDL2 for window and event management
-
Clone the repository:
git clone <REPOSITORY_URL> cd Nova_Engine
-
Create a build directory and compile the project:
mkdir build cd build cmake .. make -
To use the engine, place the generated
.dllfile in the same directory as the executable or in your project folder, along with the SDL2 and SDL2_image DLLs.
(To be completed)
- How to run the engine after installation?
(To be completed)
- Additional links or files.
(Not specified for now)
This project is licensed under the MIT License. See the LICENSE file for more details.
This project is developed in collaboration with Mizu-cmd.
- 2D Game Engine
