This project is more of a challenge to myself.
I'm a computer engineering student and I love computer graphics, so I thought I would try to build my own engine using C++ and OpenGL.
This project aims to be fully-functional and easy-to-use, if it'll grow enough I'll make a documentation... at the moment you can just look at code and figure out yourself how it works.
Hope you enjoy!
The project has been developed on both Windows and macOS (using CLion).
If you want to run it you can use CMake.
$ git clone --recursive https://github.com/angelobdev/Crayon.git
Warning 🚧
THE PROJECT IS STILL UNDER DEVELOPMENT AND POSSIBLY FULL OF BUGS!
glfw - glad - spdlog - glm - imgui - debugbreak - stb_image
OpenGL Web Book - Documentation - Youtube Playlist