Skip to content

An experimental VoxelSpace engine for the Atari ST

License

Notifications You must be signed in to change notification settings

indyjo/voxel-st

Repository files navigation

This is voxel-st, an experimental VoxelSpace engine for the Atari ST. It runs on machines with as little as 1MB of RAM.

screenshot

For convenience, I've committed binaries and (in one case) generated assembler code.

To build, have $CC point to m68k-atari-mint-m68k-gcc and enter the following command:

make "CFLAGS=-O3" "LDFLAGS=-s"

Have fun!