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

We should support a very simply system for displaying something on the screen while resources are loading. For now it can be updated from the project in the resource loading...

enhancement

We should support easy access to different project configurations. This way we can configure up a subset of the project when needed. When projects grow large this will be handy....

New Feature

### Editor We have rocket support, but rocket is not necessarily made for creating a timeline. While it is possible to add rocket tracks for this, it might make more...

New Feature

From #18 We are currently using `pyrr` for matrix operations. The main problem with `pyrr` is that it crates new instances for every calculation allocating a new `ndarray`. This is...

enhancement
future

We should have configurable logging through the `settings` module. This could be similar to how django does it, but ideally something simpler. A good start is just setting a global...

enhancement
future

Bumps [setuptools](https://github.com/pypa/setuptools) from 40.2.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies