A source-backed ForsakenX scene renderer powered by PolyCSS. It prepares ForsakenX level data into browser-ready assets, then renders the scene as inspectable HTML/CSS 3D geometry instead of WebGL or canvas.
pnpm install
export FORSAKENX_DATA_URL="https://github.com/ForsakenX/forsaken-data/archive/52ed2ef1c79f80753af376a50c790dcca19ef7f1.zip"
pnpm build:full
pnpm devOpen:
http://127.0.0.1:5173/?level=vol2&start=0
If you already have data locally, use this instead of FORSAKENX_DATA_URL:
export FORSAKENX_DATA_ROOT=".local/forsaken-data"Generated assets are ignored and written to:
build/generated/public/forsaken
Runtime debug state is exposed at:
window.__cssForsakenDebugSource code is GPL-2.0-only. Original ForsakenX data is not committed to this repository. Raw data, generated assets, screenshots, traces, and local reports should stay ignored unless the project policy changes explicitly.