cpux 0.2.0

Retained-mode GUI Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cpux


Retained-mode GUI framework

Try out the `basic_counter` example, it's very simple:

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

cpux is not finished yet though. The code is majorly
documented. If you want to help, please do!
Open pull requests for any improvements you can make. 
If you have any questions, feel free to open an issue.