ratty is a terminal emulator that can render 3D graphics into your terminal.
I decided to spice things up, modify their source code to support a crazy cursor effect: as the cursor moves, a SWORD, will fly towards your new cursor location, and absolutely demolish the cursor, when it arrives, displaying satisfying splash hit text.
Ratty, is written using Rust, utilizing Bevy, a game engine I used for my voxel game project.
Ratty source: https://github.com/orhun/ratty/tree/main
Ratty announcment: https://blog.orhun.dev/introducing-ratty/
MY RATTY FORK: https://github.com/TanTanDev/ratty/tree/experimental-cursor-missile-effect
my ratty draft pull request: https://github.com/orhun/ratty/pull/90
#rustlang #bevy