@moira I've been hosting the Thursday Night Ride (TNR, yew!) for twenty years this coming June; #MTB, lights, snacks, technical trails, benches. Current start time is 7:30 pm. It's really dumb and really fun.
At long last, and after tons of not quite boilerplate, but tedious code, I have added the ability to Visions VTT to both create a new character and edit Candela Obscura characters.
Boy howdy this is tricky, but the use of reducers greatly reduced the amount of boilerplate mess. Thanks to @Two9A from the #React community for the advice to go that direction.
I'll be recording a demo video introducing my VTT tomorrow.
There's #ratatui #dioxus #yew #leptos and so on and so forth...
You know what I wonder? Why are there no libraries for full views for any of those? Like... A complete thing I can import to have a view to analyze the logging of my app (there's only one for Ratatui, but I haven't found something like that for the others).
Or a View for analyzing traces, something like Tracy, that I can import and embed in my app.
Or a view that I can embed to have a full WYSIWYG editor?
For all of these, there are only some component libraries for dropdown elements or whatever, but nothing that gives me a whole view of something.