A warp-speed starfield: give each star an (x, y, z), march z toward the viewer
every frame, and project to screen with x / z. When a star passes the camera,
recycle it to the far plane with fresh random coordinates.
Cheap, hypnotic, and it scales to thousands of stars before it ever breaks a sweat.