Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 371 Bytes

Moved to https://git.sr.ht/~shgpavel/drafter2

WIP (Not even close)

drafter2

tiny drafter lib built on top of desmos

What I can get out of this

let us have intention to draw a function then we invoke this chain in C frontend

graph LR
    A["drafter_init()"] --> B["drafter_add_()"]
    B --> C["drafter_show()"]
    C --> D["drafter_clear()"]
Loading