I think the next big thing I want to get working is dynamic theming using PEG's. Essentially being able to have a text file with list of PEG's to match certain paths along with basic properties like size, offset, color, etc.
Though, I also want to get some basic threaded message passing working so it's easy to spawn tasks to perform things without blocking the main UI thread. The design for this will extend the signal / slot mechanism to provide a multi-thread option. Under the covers use `threading/channels` and `Isolate` to ensure thread safety. This would make it possible to actually build apps with Figuro. That'd be nifty!