s-macke/VoxelSpace
Terrain rendering algorithm in less than 20 lines of code observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3266
- days_rel: n/a
- days_push: 856
- n_releases_24m: 0
Adoption not part of the score
6782 stars · 297 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A minimal implementation of the Voxel Space terrain rendering algorithm used in the 1992 game Comanche, written in C in under 20 lines of core code. It renders 2.5D terrain from height and color maps and includes a web demo.
Use cases
- render terrain from a height map
- learn how the Comanche voxel space engine works
- build a retro 2.5D flight game
- experiment with painter's algorithm rendering
- port a tiny 3D terrain renderer to embedded or web targets
When to choose
- you want a tiny, easy-to-understand terrain renderer without a full 3D engine
- you are studying retro rendering algorithms or teaching graphics concepts
- your terrain can be represented as a single height per map position
When to avoid
- you need full 3D geometry with buildings, trees, or overhangs
- you need modern GPU-accelerated rendering or lighting
- you need a production game engine with asset pipelines
Facets
library · maturity maintenance
graphics game-engine simulation graphics cpp browser cross-platform voxel-space terrain-rendering 2-5d comanche ray-casting heightmap retro-graphics game-development algorithms
2 sources
- readme: https://github.com/s-macke/VoxelSpace · fetched 2026-08-28 · a7c654591fd1
- homepage: https://s-macke.github.io/VoxelSpace/VoxelSpace.html · fetched 2026-08-29 · 02e406769551
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| s-macke/VoxelSpace | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="s-macke/VoxelSpace")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem