Totally real engine is simple project I made to practice and learn new skills in
OpenGL and C++. It's relatively new project and contributing is appreciated.
Clone repo using:
git clone https://github.com/ivan-resetnikov-a/Real-Engine
Then compile using:
g++ -I./dep/include -L./dep/lib -o bin/main.exe src/game.cpp -lgdi32 -lglfw3dll -lopengl32 -lglew32 -static -static-libgcc -static-libstdc++
And run "main.exe" in bin/ folder
Pull requests are welcome, just create your own branch. If planning major change
create issue on github and discuss it with us.
Donations are very appreciated!