Releases: rohingosling/VectorBalls
Releases · rohingosling/VectorBalls
Vector Balls v1.1
Vector Balls v1.1 — a 386/486 DOS graphics demo (VGA Mode 13h, 320×200, 256 colours) featuring 3D vector balls, smooth keyframe morphing, a 4000-star 3D starfield, and palette-controlled fade-in / fade-out. Written in C and TASM assembly with Borland Turbo C++ 3.1; originally released 1992-01-05.
Running
- Download
BALLS.EXEandsprites.datbelow and place them in the same folder. - Run
BALLSin DOSBox (or any DOS environment supporting Mode 13h VGA). - Press ESC to exit (the screen fades out before returning to DOS).
sprites.dat must sit beside BALLS.EXE — the program loads it from the current directory at startup and will not run without it.
See the README for features, technical details, and build-from-source instructions.