9-DEC-2025
1136
Got logging and the picker updating better, still having trouble with the camera widget, likely down to not understanding exactly the scope of the ‘strategy’ system that BRC is using.
22-DEC-2025
1144
Alright, pretty much everything is ‘working’ now, I switched back to the standard BRC output for now, with a plan to replace with the ‘full resolution’ version in the future. For now it’s good enough to proceed with the rest of things.
I think the next steps are the following:
- Input/Command parsing
- Representing “Spaces”, the first of which is probably as standard “Overlay”-based hexgrid (similar to what’s on offer in Foundry or R20), followed by a sparse “HexTopology” – which stores individual hexes and their locations and will (eventually) support something like WFC for generating more terrain
- diagnostic components rendering in the ratatui interface – e.g., the rest of the TUI Logger widget, a proper command IO widget, etc
- Mouse integration + logged click events.
#2 is what I’ve been chipping at, but I think #1/#3 and to a lesser extent #4 are the better things to work on right now, as the interaction I want to have is largely command-driven.