https://github.com/iiyese/pencil_case
https://github.com/iiyese/pencil_case
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iiyese/pencil_case
- Owner: iiYese
- License: apache-2.0
- Created: 2023-09-19T13:17:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T23:46:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T06:19:44.488Z (8 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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 |