Cpux - retained-mode GUI framework

⚓ Rust    📅 2026-07-01    👤 surdeus    👁️ 3      

surdeus

CPUX

I have used AI to write some parts of the code, but it has been reviewed. The entire documentation is written solely by me.

CPUX is a retained-mode GUI framework that runs on the CPU.

It is designed to be simple and easy to use, as demonstrated by the basic_counter example:

counter code (click for more details)

To run the above code:

git clone https://github.com/Pjdur/cpux
cd cpux
cargo run --example basic_counter

I have documented the code as much as possible, achieving 96.88% coverage (cpux - Rust).

I am welcome to any feedback.

1 post - 1 participant

Read full topic

🏷️ Rust_feed