Users should not be forced into using the standard draw loop and actually use the package to help loading resources and opening a context using a simple script.
Example:
from demosys import setup
setup( .. parameters .. )
# Create window and register ctx
# Load resources
# Make draw loop
I would assume this is the use case for most people. Making some application object defining an event loop might be needed. This questions the requirements of having a settings module.
Users should not be forced into using the standard draw loop and actually use the package to help loading resources and opening a context using a simple script.
Example:
I would assume this is the use case for most people. Making some application object defining an event loop might be needed. This questions the requirements of having a settings module.