Bouncing Lights lights.c Compile under Linux with: gcc -o lights lights.c -lSDL -lpthread -ltSGGL |
|
Moving Transparent Boxes boxes.c Compile under Linux with: gcc -o boxes boxes.c -lSDL -lpthread -ltSGGL |
|
Dotted Plasma plasma.c Compile under Linux with: gcc -o plasma plasma.c -lSDL -lpthread -ltSGGL |
|
Line Blob lineblob.c Compile under Linux with: gcc -o lineblob lineblob.c -lSDL -lpthread -ltSGGL |
|
Sines sines.c Compile under Linux with: gcc -o sines sines.c -lSDL -lpthread -ltSGGL |