- Open command line/terminal in project path
mkdir build
cd build
cmake ..
- Open
OpGLProj.sln
file and build the solution .exe
file will be created inside Debug or Release folder
make
- executable file will be created inside build folder
- add vulkan support
- add terrain
- add model loading
- android support (optional)
- Visual Studio
- CMake
Nothing is fully tested. Half of the classes are taken from my other project classes so there are lots of unnecessary code arround