Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndunnett/gpui-calc
First attempt at using GPUI to create the world's worst calculator application.
https://github.com/ndunnett/gpui-calc
calculator gpui gui rust ui
Last synced: 10 days ago
JSON representation
First attempt at using GPUI to create the world's worst calculator application.
- Host: GitHub
- URL: https://github.com/ndunnett/gpui-calc
- Owner: ndunnett
- License: mit
- Created: 2024-05-05T06:15:23.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T07:43:40.000Z (8 months ago)
- Last Synced: 2024-05-20T07:31:24.424Z (8 months ago)
- Topics: calculator, gpui, gui, rust, ui
- Language: Rust
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
GPUI CalculatorWorld's worst calculator, made with GPUI.
## Key GPUI features used
* Keybinds for calculator inputs and operations
* Dynamic text sizing for the calculator display
* Embedded icons and fonts loaded as assets
* Event signalling between the calculator state and the UI
* Native-looking title bar on macOS and WindowsThis is just a practice project to learn how to use GPUI and test out their latest changes.