https://github.com/othelarian/poc_quarks
https://github.com/othelarian/poc_quarks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/othelarian/poc_quarks
- Owner: othelarian
- License: mit
- Created: 2020-04-10T13:37:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T22:36:00.000Z (about 5 years ago)
- Last Synced: 2025-01-12T08:34:39.429Z (5 months ago)
- Language: Rust
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoC_quarks
## Quarks
[Quarks](https://github.com/Immediate-Mode-UI/Quarks) is a small ui lib from
vurtun, the guy behind [nuklear](https://github.com/Immediate-Mode-UI/Nuklear).
I don't know what is the purpose of Quarks, but it looks like a try to make
something similar to nuklear with nanovg as a backend.The goal of this PoC is to do the same thing as Quarks did, with rust instead
of C.## Resources
* Berylium.ttf from 1001fonts
* icons from [line-awesome](https://icons8.com/line-awesome)## TODO list:
* ~~Launch a window~~
* ~~init nvg renderer~~
* ~~add font resource~~
* ~~add Berylium~~
* ~~add line awesome~~
* ~~test fonts (mostly la)~~
* add event handler
* start ui construtor
* build ui_retained