An open API service indexing awesome lists of open source software.

https://github.com/indyjo/voxel-st

An experimental VoxelSpace engine for the Atari ST
https://github.com/indyjo/voxel-st

16-bit atari-st demo demoscene retrocomputing voxel-terrain voxels

Last synced: 19 days ago
JSON representation

An experimental VoxelSpace engine for the Atari ST

Awesome Lists containing this project

README

          

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

![screenshot](scrnshot.png)

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!