bgui icon indicating copy to clipboard operation
bgui copied to clipboard

Python GUI library for the Blender Game Engine

Results 12 bgui issues
Sort by recently updated
recently updated
newest added

Hi, y'all! I'm interested to port this to UPBGE 0.3 or pay someone talented enough for doing it. It does not work because it uses legacy opengl and the latest...

Why in the 0.09 version there isn't a scrollbar widget?

ImageTexture arguments are "options & bgui.BGUI_CACHE", which I suspect is intended to be options | bgui.BGUI_CACHE In addition to this, you cannot load an image at a later time for...

BPY UI-like API Supports table-like UI creation. May wish to use bgui.Widget instead of bgui.Frame

Thanks to Andrew101 for the original implementation

Implements the ideas suggested in issue #1 It should be noted that this changes the behaviour of `size` and `position` attributes so that they return normalized or un-normalized values depending...

Hi, I cannot seem to get a correct aspect ratio/normalise text concerning my buttons (or anything) and inside the buttons. Two pictures below to show what I mean. In Windowed...

Shouldn't more advanced widgets like scrollable frames be made using simpler widget building blocks like frames, labels etc? I ask cause I see a few people building them from scratch...

question

I'll start with a quick example: ``` python frame = bgui.Frame(self) frame.size = [0.5, 0.5] # Normalized values in print(frame.size) # Non-normalized values out ``` The above shows some unexpected...

created a fork with the changes and example files