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

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/

Results 16 demosys-py issues
Sort by recently updated
recently updated
newest added

I am interested to figure out how pyrocket and pygame.mixer can be used, as documentation is quite sparse on that matter. I will try to finish template for rocket next...

question

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...

Refactoring

For example: ```python project_urls={ 'Documentation': 'https://demosys-py.readthedocs.i', } ```

Full crash / system hang while running examples.textwriter. Model: Lenovo Thinkpad X1 Carbon running Ubuntu 16 LTS. Output: ModernGL: 5.4.2 vendor: Intel Open Source Technology Center renderer: Mesa DRI Intel(R)...

In version 1.x effect package dependencies were defined as a list making it fairly easy to just pick the last occurrence if a resource if multiple resources with the same...

future
Refactoring

This is important since we can create multiple project configuration classes for a single project and we don't want to force users into making multiple settings modules for this.

enhancement

Would be nice to have mouse position and button events forwarded to the timeline like keyboard events. this means we can forward mouse events to effects for various purposes.

New Feature

Would like the possibility to set color on text and text background with TextWriter2D.

enhancement

These are currently based good old ``look_at``, but should probably use quaternions to make them into fully 3d cameras without too much hassle.

This is a fairly young project, but it's about time we create some larger scale projects other than simple standalone effects. It should have music and timing with an proper...