neutrino icon indicating copy to clipboard operation
neutrino copied to clipboard

A GUI frontend in Rust based on web-view

Results 14 neutrino issues
Sort by recently updated
recently updated
newest added

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...

feature

Not sure if it is doable, and I don't have one. So if someone wants to take this task ;)

help wanted