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
We are merging the demosys/context windows and moderngl/examples/window packages picking the best from each into a separate package. This way we don't have to re-invent the wheel for every single project when it comes to dealing with context creation.
Looks like we are also moving the entire finder and resource system into moderngl_window. This will greatly reduce the size of this project but at least make it available through a library and not a framework (increasing the availability).
We still need to keep finder classes for effect directories etc.
Once the initial bugs/tweaks are committed + docs are published it should not take too long to integrate moderngl_window. It basically means merging conf and remove A LOT of code.
We are merging the
demosys/context
windows andmoderngl/examples/window
packages picking the best from each into a separate package. This way we don't have to re-invent the wheel for every single project when it comes to dealing with context creation.moderngl/moderngl#292
The text was updated successfully, but these errors were encountered: