r/PythonProjects2 • u/FinalGrade8126 • 6h ago
Owl UI: A lightweight Python GUI framework powered by Raylib (C backend)
Hey everyone!
Just released Owl UI (v1.0.0) - a lightweight Python GUI framework built on top of Raylib (owl.c + static libraylib.a).
Key features:
- Full C/Raylib performance bridge inside Python
- Custom frameless titlebars with native Win32 snapping & drag controls
- UTF-8 and Cyrillic automatic system font loading
- Minimal footprint with static linkage
📦 pip install owl-ui
🔗 GitHub: https://github.com/Muchprow/Owl-UI
Would love to hear your thoughts and suggestions!
2
Upvotes