Skip to content

Ekyoz/Nova-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Nova Engine

Nova Engine is a 2D game engine written in C++ using SDL2 for window and event management, as well as OpenGL for graphical rendering.

Prerequisites

  • A compiler supporting C++20
  • SDL2 for window and event management

Installation

  1. Clone the repository:

    git clone <REPOSITORY_URL>
    cd Nova_Engine
  2. Create a build directory and compile the project:

    mkdir build
    cd build
    cmake ..
    make
  3. To use the engine, place the generated .dll file in the same directory as the executable or in your project folder, along with the SDL2 and SDL2_image DLLs.

Usage

(To be completed)

  • How to run the engine after installation?

Documentation

(To be completed)

  • Additional links or files.

Contribution

(Not specified for now)

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Credits

This project is developed in collaboration with Mizu-cmd.

Features

  • 2D Game Engine

About

Projet visant a apprendre a créer un moteur de jeu 2D avec SDL2 en C++

Topics

Resources

Stars

Watchers

Forks

Contributors