orhun/ratty — reverse-engineered prompt
Reverse engineered prompt
Build me a weird but usable terminal emulator called Ratty. I want it to open a real shell, render text smoothly with GPU acceleration, and feel like a normal terminal for typing commands, scrolling, copying and pasting, and changing font size.
The fun part is that the cursor should be a small spinning 3D rat model, and I should be able to switch from a flat 2D terminal view into a warped 3D view with a keyboard shortcut. Let me adjust the rat model, size, brightness, offsets, visibility, and spin or bob animation from a simple config file in my home config folder.
Also add support for displaying images with the Kitty graphics protocol, and make a small custom graphics protocol so terminal apps can register obj or glb models and place animated 3D objects inline at terminal cell positions. Include a few demo apps, like a big rat, a document with embedded objects, and a drawing view with a 3D preview.
Use Rust. Look up current docs online if needed.
Want more depth? Deep Reverse