You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use it without running setConfig you'll do method calls on nullptrs leading to segfaults
There is input code crammed in there
We want the following changes:
Erase dependency to the Config class altogether using reasonable defaults, setters and an intermediate (named WindowConfigurator) class that applies config values to setters of the Window class.
Move the input handling stuff to a different class
Dramatically decrease LOC in Window class
Move main functions to source/core/gl
Possibly move into own repository
The text was updated successfully, but these errors were encountered:
The Window class is messy to use.
We want the following changes:
The text was updated successfully, but these errors were encountered: