vinz-ux/VinZ ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal visualizer called VinZ that fills the screen with animated procedural graphics in true color. I want it to feel interactive and trippy, with a few different visual styles, color palettes, and a way to switch between them while it is running. It should support both the original 2D effects and a 3D raymarching mode, all drawn directly in the terminal without using any graphics library.
Make it fast and smooth, with no flickering, and let me control it with the keyboard, like changing styles, changing palettes, toggling the 3D mode, hiding the on screen menu, and quitting cleanly. Add a random seed mode so I can generate a new shader look and come back to it later with the same seed. Also make it accept a few command line options for speed, palette, style, and seed, and include a simple install script or makefile so I can build and run it easily from source.
Are you gonna build this?
make sure you review the code using coderabbit