7GUIs is a small GUI programming benchmark consisting of seven tasks that exercise common GUI features. This repository aims to implement that benchmark using the gpui GUI library by Zed Industries.
The name "seven gpuis" is a play on the original 7GUIs benchmark and the gpui library used here. Each example is implemented with gpui, so it's literally "seven gpuis" 😅
- ui — shared UI code
- I plan to write on the theoretical aspects of this (explaining the benchmark, what each task assesses and how gpui handles it)
- Work in progress — some examples are implemented, others are planned
- This project uses the
gpuilibrary by Zed Industries to build tiny, focused GUI samples. - Feedback is welcome, contributions... not so much.