demosys-py icon indicating copy to clipboard operation
demosys-py copied to clipboard

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

Open einarf opened this issue 7 years ago • 1 comments

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 avatar Aug 26 '18 00:08 einarf

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.

einarf avatar Sep 06 '18 19:09 einarf