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
- Host: GitHub
- URL: https://github.com/indyjo/voxel-st
- Owner: indyjo
- License: mit
- Created: 2024-04-28T12:48:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T21:02:28.000Z (9 months ago)
- Last Synced: 2025-04-06T22:19:11.844Z (9 months ago)
- Topics: 16-bit, atari-st, demo, demoscene, retrocomputing, voxel-terrain, voxels
- Language: Assembly
- Homepage:
- Size: 4.92 MB
- Stars: 41
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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!