Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.