An open API service indexing awesome lists of open source software.

https://github.com/othelarian/poc_quarks


https://github.com/othelarian/poc_quarks

Last synced: 4 months ago
JSON representation

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