https://github.com/ndunnett/gpui-calc
World's worst calculator, made with GPUI.
https://github.com/ndunnett/gpui-calc
calculator gpui gui rust ui
Last synced: 3 months ago
JSON representation
World's worst calculator, made with GPUI.
- Host: GitHub
- URL: https://github.com/ndunnett/gpui-calc
- Owner: ndunnett
- License: mit
- Created: 2024-05-05T06:15:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T02:53:08.000Z (about 1 year ago)
- Last Synced: 2025-04-15T05:37:03.756Z (about 1 year ago)
- Topics: calculator, gpui, gui, rust, ui
- Language: Rust
- Homepage:
- Size: 3.05 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
GPUI Calculator
World'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 Windows
This is just a practice project to learn how to use GPUI and test out their latest changes.