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

Migrate to moderngl_window

Open einarf opened this issue 6 years ago • 2 comments

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.

https://github.com/cprogrammer1994/ModernGL/issues/292

einarf avatar Feb 25 '19 16:02 einarf

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.

einarf avatar Jun 26 '19 22:06 einarf

moderngl_window is now on PyPI : https://pypi.org/project/moderngl-window/

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.

einarf avatar Aug 05 '19 18:08 einarf