MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Resource manager #186

Closed RohacekD closed 2 years ago

RohacekD commented 2 years ago

I have developed a simple resource manager in this branch and tried to use it across several systems.

This will allow me to merge in #165 as well and simplify resource loading in multiple places.