Real engine is a Game Engine, currently in development.
The engine is now in development process. At the moment engine supports 2D and 3D rendering, lights. The Engine has own mesh format, log system, entity system, UI (ImGui) and etc. Renderer API is OpenGL.
To run project:
- git clone https://github.com/baanchas/Real-Engine.git {project dir}
- cd {project dir}
- git submodule init
- git submodule update