Be sure to refer to the readme.md
file to understand the implementation
of different features.
✅ Utilitarian classes & files (e.g Random.hpp
) must go under src/util
.
✅ Engine-work related classed (e.g Shader.hpp
) must go under src/gl
.
✅ Header files & .cpp files go under the same folder.
✅ Classes must start with a Capital Letter