<Update> on the Glance GUI (<https://github.com/rg...
# two-minute-week
r

Update

on the Glance GUI (https://github.com/rgleichman/glance). We're now using Cairo to draw the nodes, I've started adding support for undo, and I've been doing

coding livestreams

.

https://www.youtube.com/watch?v=nR1Z8t6eO80

😎 4
🎉 1
👍 1
j
Any comments on your experience with Cairo so far?
r
I prefer the declarative style of something like diagrams over Cairo's imperative statefull style. With Cairo I have to keep track of state like the color and the current position and remember to call draw commands. diagrams has a Cairo backend, so I hope to eventually get that hooked up so I could hopefully use diagrams for everything.
👍 2