pyglui icon indicating copy to clipboard operation
pyglui copied to clipboard

cython powered OpenGL gui that works with glfw

Results 14 pyglui issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v2.37.3 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v3.2.0) - [github.com/psf/black: 22.6.0 → 22.10.0](https://github.com/psf/black/compare/22.6.0...22.10.0) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.0.0...v2.2.0)

This is what it looks like. Note: - weird green color - line artifacts on the right - the window position is too high, the title-bar is not visible and...

Register and upload pyglui to [PyPI](https://pypi.python.org/pypi). Need to test how this works with sub-modules. This would make the install process for developers easier and get pyglui on PyPI.

enhancement

While running setup.py install I encounter a crash with a fatal error of "'ios' file not found" Any help would be greatly appreciated, thanks!

Adapt the tooltip implementation such that the tooltip can point into the right and left direction. This way we can use tooltips for thumb elements as well.

Controls like text boxes, sliders, and others often introduce cyclic references. For example, a plugin might have a property that is changed by a slider element. On one hand, this...

Traceback (most recent call last): File "example.py", line 16, in from pyglui.cygl.utils import draw_concentric_circles ImportError: cannot import name 'draw_concentric_circles' commit acde593fc6c42ae4735db477c4f507c891e65fd5 Author: Pablo Prietz Date: Thu Jan 18 13:42:32 2018...

On pupil player v1.1 bundle, there is an overflow issue with the menu. At interface size 1, when sliding the menu all the way to the right, the menu overflows....

The Button text overflows under some conditions, e.g. if there is not enough horizontal space.

It would be nice to have a color picker element with which a user can easily select a color. Currently, this functionality is often implemented by using three sliders, one...

enhancement