An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

#

GPUI Calculator

World's worst calculator, made with GPUI.

screenshot

## 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.