OP here. I built a simple CLI wrapper that pipes the stdout of text adventures into real-time image generation.
It uses a state-machine so the visuals stay somewhat consistent as you traverse. It's fully playable now but not validated against many games. It generally costs in the cents/pennies per session thanks to caching.
PxldLtd•1h ago
It uses a state-machine so the visuals stay somewhat consistent as you traverse. It's fully playable now but not validated against many games. It generally costs in the cents/pennies per session thanks to caching.
To try the built-in demo:
`pip install pipedream-fiction`
`export GEMINI_API_KEY=...`
`pipedream-gui`
Let me know what you think