top | item 46823778

Show HN: PipeDream – Add real-time AI visuals to any CLI text adventure

2 points| PxldLtd | 1 month ago |github.com

1 comment

order

PxldLtd|1 month ago

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.

To try the built-in demo:

`pip install pipedream-fiction`

`export GEMINI_API_KEY=...`

`pipedream-gui`

Let me know what you think