Cameron Clough
458705dde9
no ui in ci
3 months ago
Cameron Clough
ef157f6afa
renderer can be None, sometimes we don't want to init - e.g. CI
3 months ago
Cameron Clough
1eb834a692
fix import and init var
3 months ago
Cameron Clough
c958755377
wait for renderer first
3 months ago
Cameron Clough
c2a2f353f7
this also works
3 months ago
Cameron Clough
e5850df37b
typing...
3 months ago
Cameron Clough
ff1fc61d78
Revert "avoid typing renderer"
...
This reverts commit 6f268e8d79
.
3 months ago
Cameron Clough
6f268e8d79
avoid typing renderer
3 months ago
Cameron Clough
b9d7c604eb
rewrite
3 months ago
Dean Lee
6d12ade231
python ui: refactor spinner&text ( #34897 )
...
refactor spinner&text
4 months ago
Dean Lee
2d2efb3f58
pyui: implement styled label and text box ( #34813 )
...
implement styled label
5 months ago
Dean Lee
4674d0ae53
python ui: fix scroll issues ( #34600 )
...
fix scroll issues
5 months ago
Dean Lee
df2d615fc7
python ui: Implement styled rounded buttons with multiple states ( #34603 )
...
* styled button
* corner rounding in pixels
5 months ago
Dean Lee
ca05c25ba2
python ui: Implement FPS monitor ( #34605 )
...
monitor fps
5 months ago
Dean Lee
fc77ac706e
python ui: implement inertial scrolling for GuiScrollPanel ( #34596 )
...
implement inertial scrolling for GuiScrollPanel
5 months ago
Dean Lee
d4d0312794
python ui: display FPS on top-left corner if DEBUG_FPS=1 ( #34595 )
...
* display FPS on top-left corner if DEBUG_FPS=1
* use generator
* use rl.draw_fps
5 months ago
Dean Lee
99ef66de4b
python ui: implement reset.py ( #34593 )
...
reset
5 months ago
Dean Lee
ce7ff5c0e6
ui: Initial UI rewrite using pyray (spinner and text window) ( #34583 )
...
* pyray init version
* remove c++ code
* cleanup
* restruct the directory layout
* improve GuiApplication
* smooth out the texture after resize
* use atexit to close app
* rename FontSize->FontWeight
* make files executable
* use Inter Regular for FrontWeight.NORMAL
* set FLAG_VSYNC_HINT to avoid tearing while scrolling
* smoother scrolling
* mange textures in gui_app
5 months ago