neutrino
neutrino copied to clipboard
A GUI frontend in Rust based on web-view
currently widgets use a format function to generate an html string. What about something that is more jsx-like? https://github.com/bodil/typed-html
I want to implement a 2D plotting widget from what I could find, the easiest way to draw lines is to use a canvas with a 2D context. Now, I'm...
Not sure if it is doable, and I don't have one. So if someone wants to take this task ;)