https://github.com/t4ccer/just
Just a collection of zero dependency (only stdlib) graphics related libraries and programs.
https://github.com/t4ccer/just
graphics immediate-gui x11
Last synced: 6 months ago
JSON representation
Just a collection of zero dependency (only stdlib) graphics related libraries and programs.
- Host: GitHub
- URL: https://github.com/t4ccer/just
- Owner: t4ccer
- License: agpl-3.0
- Created: 2024-01-15T13:56:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T01:41:13.000Z (9 months ago)
- Last Synced: 2025-03-27T01:21:46.691Z (7 months ago)
- Topics: graphics, immediate-gui, x11
- Language: Rust
- Homepage:
- Size: 843 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `just`
Just a collection of zero dependency (only stdlib) graphics related libraries and programs.
## Roadmap
### DONE
- [x] X11 base protocol (100% of the [standard](https://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html))
- [x] X11 MIT-SHM
- [x] X11 randr### TODO
- [ ] Wayland backend
- [ ] Windows backend
- [ ] HTML Canvas backend
- [ ] Sound support
- [ ] Graphics card support
- [ ] X11 GLX