https://github.com/schell/pretzel
2D rendering library based on renderling and rust-gpu
https://github.com/schell/pretzel
Last synced: 28 days ago
JSON representation
2D rendering library based on renderling and rust-gpu
- Host: GitHub
- URL: https://github.com/schell/pretzel
- Owner: schell
- Created: 2024-01-05T19:34:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T19:56:47.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:46:11.378Z (about 2 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretzel 2D Renderer
This is a placeholder for the `pretzel` engine.
# What
`pretzel` is a GPU-driven 2D graphical user interface renderer.
# Why
No prior art.
# How
By piggybacking on [`renderling`](https://github.com/schell/renderling) and
[`crabslab`](https://github.com/schell/crabslab).