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

Resource loader should output what they are loading #61

Closed einarf closed 6 years ago

einarf commented 6 years ago

For now we should print out or log the loaded resource to stdout. Right now it's hard to understand what program, texture or scene has issues.

This will be changed to some logging system in #15