YCP-Swarm-Robotics-Capstone-2020-2021 / swarm-website-visualization

Visualization Software for Swarm Website
1 stars 0 forks source link

Resource loader and manager #42

Closed Mnenmenth closed 4 years ago

Mnenmenth commented 4 years ago

System for dynamically loading and then managing resources (models, materials/images, shaders, etc)

Mnenmenth commented 4 years ago

Currently planning on only implementing a resource loader and letting independent manage their own resources as needed (if at all)

Mnenmenth commented 4 years ago

ResourceLoader and ResourceManager both seem to be functioning as intended as of 85925f6

Automated tests and more manually testing is still required. Logging inside of ResourceLoader drop functions also need to be removed when done testing