paws 0.1.0

A very simple, bring-your-own-backend UI layout library built for quick prototyping.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# paws

paws is a very simple, bring-your-own-backend UI library built for quick
prototyping, a small memory footprint, and easy embedding within existing
projects.

This project is still a work in progress, expect breaking changes as the API
is not final.

## Roadmap

- Actually test if it works! Most of the code is taken directly from
  [NetCanv]https://github.com/liquidev/netcanv, but tweaked to be more general.
  I haven't tested these tweaks yet as I don't have a graphical backend at hand.
- `paws-skia` – standalone Skia backend
- `paws-build` – attribute macro that helps you `push()` and `pop()` groups
- generalizations in `paws::Renderer`