enigine
is a 3D game engine.

How to install?
enigine uses CMake (build system) and Conan (package manager).
- Have C++ on your machine.
- Install CMake: https://cmake.org/install/
- Install Conan: https://docs.conan.io/2/tutorial.html
- Build and run.
cd dev ./build.sh --run

