Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T14:29:42.000Z (8 months ago)
- Last Synced: 2024-11-19T13:07:41.969Z (2 months ago)
- Topics: graphics, immediate-gui, x11
- Language: Rust
- Homepage:
- Size: 832 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