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

Project should be able to specify what timer and timeline should be used #64

Open einarf opened 6 years ago

einarf commented 6 years ago

This is important since we can create multiple project configuration classes for a single project and we don't want to force users into making multiple settings modules for this.

einarf commented 6 years ago

I realized this is also somewhat related to #65.

Looks like it's a much better idea to move the timer, timeline and window initialization there. Maybe with the exception of the window itself. Creating that before the project module is imported will ensure the OpenGL context is present.