Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

Title/loading screen support #59

Open einarf opened 6 years ago

einarf commented 6 years ago

We should support a very simply system for displaying something on the screen while resources are loading. For now it can be updated from the project in the resource loading loop. We know how many resources are scheduled to load, so we can report a rough loading percentage. This means very infrequent updates, but it's a good start.

A more fancy 60 fps version can be created later if needed.