GitHub – denisepattenson/perlin-terminal: Beautiful Perlin noise animation for your terminal — truecolor, 60fps, multiple themes Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert denisepattenson / perlin-terminal Public Notifications You must be signed in to change notification settings Fork 0 Star 2 Beautiful Perlin noise animation for your terminal — truecolor, 60fps, multiple themes License MIT license 2 stars 0 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings denisepattenson/perlin-terminal master Branches Tags Go to file Code Open more actions menu Folders and files Name Name Last commit message Last commit date Latest commit History 1 Commit 1 Commit src src .gitignore .gitignore Cargo.lock Cargo.lock Cargo.toml Cargo.toml LICENSE LICENSE README.md README.md View all files Repository files navigation perlin-terminal Beautiful Perlin noise animation for your terminal. Smooth, flowing gradients rendered in 24-bit truecolor using half-block characters for double vertical resolution. Features Truecolor rendering — Full 24-bit RGB color gradients Double vertical resolution — Uses ▀ half-block characters to render 2 pixels per cell Multiple color themes — Ocean, Fire, Aurora, Matrix Smooth animation — Multi-octave Perlin noise for organic, flowing motion 60 FPS — Optimized for smooth rendering Responsive — Handles terminal resize gracefully Clean exit — Ctrl+C / Q / Esc restores terminal state Install cargo install –git https://github.com/denisepattenson/perlin-terminal Or build from source: git clone https://github.com/denisepattenson/perlin-terminal cd perlin-terminal cargo build –release ./target/release/perlin-terminal Usage # Default ocean theme perlin-terminal # Fire theme perlin-terminal –theme fire # Aurora borealis perlin-terminal –theme aurora # Matrix-style green perlin-terminal –theme matrix # Customize noise and speed perlin-terminal –theme fire –scale 0.04 –speed 0.8 Options Flag Default Description -t, –theme ocean Color theme: ocean , fire , aurora , matrix -s, –scale 0.06 Noise scale (smaller = more zoomed in) –speed 0.4 Animation speed multiplier –fps 60 Target frames per second –seed 42 Perlin noise seed Controls Q or Esc — Quit Ctrl+C — Quit Themes 🌊 Ocean Deep navy → royal blue → teal → cyan. Calm and mesmerizing. 🔥 Fire Black → deep red → orange → yellow → white. Like staring into embers. 🌌 Aurora Purple → teal → green → pink. Northern lights in your terminal. 💚 Matrix Black → dark green → bright green. You know the one. Requirements A terminal with 24-bit truecolor support (most modern terminals) Rust 1.70+ License MIT About Beautiful Perlin noise animation for your terminal — truecolor, 60fps, multiple themes Resources Readme License MIT license Uh oh! Th
Source: Hacker News | Original Link