issues
search
Dominaezzz
/
kgl
Thin multiplatform wrappers for graphics.
Apache License 2.0
106
stars
14
forks
source link
Implement global window hint system and simplify window construction
#30
Closed
nlbuescher
closed
4 years ago
nlbuescher
commented
4 years ago
Added:
WindowHints interface
Changed:
Window constructor no longer calls glfwInit nor glfwDefaultWindowHints. These are expected to be called by the user.
Removed:
Window hints from window constructor and Window.Builder class
Dominaezzz
commented
4 years ago
Looks good! Thanks for the PR!
Added:
Changed:
Removed: