Catty
2026-05-25.22-28-34.mp4
- Description: A playful virtual GPU powered terminal emulator with 3D visual effects, distort modes, and interactive dragging. Built with Ebiten and Go as a quick experimental project.
- Inspired: by orhun's ratty
Disclaimer:
-
Quality: honestly, it's really trash and was just made for fun. Usage:
-
Run:
go run . -
Controls:
- Ctrl+T: toggle spin
- Ctrl+M: toggle interactive/move mode
- Ctrl+Alt+U: toggle cursor distort mode
- Ctrl+Z: toggle crawl (Star-Wars style)
Files:
- Renderer:
internal/renderer— rendering and visual modes - Terminal I/O:
internal/terminal— shell process integration - Entry:
main.go— program entrypoint