# HunterLarco/voxel.css

A lightweight 3D CSS voxel library.

Repository: https://github.com/HunterLarco/voxel.css
Canonical: https://ross.abutalabs.com/products/voxelcss
Homepage: http://voxelcss.com
Language: CSS
License: MIT
License Family: permissive
Last push: 2016-05-09T10:05:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3921, "days_push": 3768, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3356, forks 129 (observed 2026-08-28T04:07:57.946904+00:00)

## What it is
voxel.css is a lightweight JavaScript/CSS library for rendering 3D voxel worlds in the browser using pure CSS transforms, with no WebGL dependency. It provides Scene, World, Editor, and Voxel classes for building, editing, and saving voxel-based scenes.

## Use cases
- build 3D voxel worlds in the browser without WebGL
- create interactive block-building games with plain CSS 3D
- add rotatable, zoomable 3D scenes to a webpage
- make a Minecraft-like editor with autosave in JavaScript
- prototype lightweight 3D graphics using only CSS transforms

## When to choose
- you want 3D voxel rendering without WebGL or heavy 3D engines
- you need a tiny dependency-free library for simple 3D scenes
- you want built-in world editing and autosave out of the box

## When to avoid
- you need high performance or large scenes (CSS 3D is slower than WebGL)
- you need mobile touch support or shadows, which are unimplemented
- you need an actively maintained library (last release was 2016)

## Facets
- artifact type: library
- maturity: abandoned
- function: graphics, animation, ui-components, game-engine
- domain: web-development, frontend, graphics
- platform: browser
- tags: 3d, voxel, css-3d, browser-rendering, no-dependencies, game-development, javascript, css

## Member repositories
- HunterLarco/voxel.css (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:57.946904+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:40:55.128012+00:00, confidence not recorded.
  - readme: https://github.com/HunterLarco/voxel.css (fetched 2026-08-28T04:07:57.946904+00:00, sha a5f11dc5d368)
- Data as of 2026-08-30T08:39:29.467469+00:00.
