Status
Beta
Why?
Because I couldn’t find something that just does this simple thing
In a nutshell
You feed it simple shapes or icons and based on some templates made using the webtool a sign is composed and given as result.
The explanatory example
Many traffic signs have parts that can be swapped/reused. Why store 100 finished signs when you can store how a pedestrian, car, arrow looks like and make a recipe that specifies where they go and you get a on the fly sign?
Features
In-RAM I/O It doesn’t wear storage. It just grabs a few kb worth of primitives and can output the result back into RAM where it can be grabbed by another program that requires the full sign
Fast Made from ground-up to be able to spit thousands of signs per second
Lightweight
Why?(1)
Because the other project, Kick the Clutch needs this in order to reach thousands of different signs without storing gigabytes of assets
Tools
C++
SDL
ThorVG