Razish / xsngine

C++/SDL2/OpenGL engine for low latency games
MIT License
11 stars 6 forks source link

Add: Ability to reload renderer + assets #51

Open Razish opened 8 years ago

Razish commented 8 years ago

Renderer should only pass out IDs and Handles with attached resource path so the content can be reloaded without having to restart the whole game

Supports the idea of genericised "resources" (+ subtypes?), ref #41 Need to investigate moving mesh loading outside of renderer, ref #29 Requires investigation + implementation of serialisation #6