Indie software developer • math lover • ML builder • 48 • NB they/them
Currently working on agentic wrangling.
Nathan🌸
Loading...
after toiling in the webdev mines for too long i got disgusted and decided to rewrite my diagram render in pure rust. so far i'm at the point where i can render a line of text.
this is not as trivial as it might seem
what is a convenient way to get command line history/editing/completion kinds of stuff in a ratatui app?
i'm looking for something like rustyline as a component for ratatui (whatever that means)
@orhun.dev do you have recs?
making good progress on my rust program state visualizer tool.
just need to make it pretty (as much as i love test colors)
i am so deep in the webdev weeds. right now i'm reading bug reports from 2015. i'm trying to render svg graphics on top of dom elements into a canvas to generate png files in browser. right now everything works except the output is blank. so in other words nothing works.
my rust diagram project migrated to the web, now it's a rust parser and renderer running in wasm