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

https://github.com/iiyese/pencil_case


https://github.com/iiyese/pencil_case

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pencil case
A simple but effective library for writing GUI in bevy

## ⚠⚠⚠ UNDER CONSTRUCTION ⚠⚠⚠
- [x] Tiling layout algorithm
- [ ] Camera space UI
- [ ] Buttons
- [ ] Sliders
- [ ] Scroll Areas
- [ ] World space UI
- [ ] Text
- [ ] Text input
- [ ] Tree collapsing
- ...(more widgets)

### Goals
- Fully leveraging the ECS
- Simple but powerful code API
- Sensible defaults & configurability most people will care about

### Non-goals
- Resembling or being compatible with any particular flavour of UI workflow
- Bloated styling options
- Serialization
- DSLs

### Version table
| Bevy version | Pencil verison |
|--------------|----------------|
| 0.11 | 0.1 |