This release adds 3 notable features for engineering teams evaluating rollout.
Published 22d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
animation
ascii
cli
go
idle
screensaver
+3 more
tcell
tui
unixporn
Summary
AI summaryAdded boids and plasma simulation scenes and made OLED pixel-shift opt‑in.
Full changelog
Added
- boids scene — Reynolds flocking simulation; triangle-arrow heads with fading trails, three steering rules (separation, alignment, cohesion); configurable
countandspeed - plasma scene — classic demoscene sine-sum color field; four overlapping waves with a drifting radial center; density characters (
░▒▓█) layer depth; configurablespeedandscale engine.oled_shiftconfig flag (defaultfalse) — OLED pixel-shift now opt-in instead of always active
Changed
- dvd base speed raised from 10 → 16 cells/s (vy 5 → 8); crosses a new cell boundary roughly every 2 frames at 30 fps for noticeably smoother motion; tune back with
speed = 0.65
Fixed
- dvd bounce now reflects the overshoot (
2·maxX − x) instead of clamping to the wall; eliminates the one-frame "stick" before reversing direction - dvd double velocity-flip on tiny terminals: when the logo is wider/taller than the available space, velocity is zeroed instead of being flipped twice (which left the logo oscillating in place)
- plasma spatial frequency doubled (base multiplier 6 → 12); blobs are now small enough relative to the terminal that edges cut through the middle of a pattern instead of at a band boundary
- Scene name matching is now case-insensitive (
--scene Rainworks, not just--scene rain) - Unknown scene names in
--scene/ config now print a warning to stderr instead of silently falling back to all scenes
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About drift
Terminal screensaver that activates when you're idle — constellations, rain, particles & more. Press any key to resume. Just drift away!
Related context
Related tools
Beta — feedback welcome: [email protected]