+3
-1
| { | ||
| "name": "termcade", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Software 3D renderer that draws to the terminal with truecolor half-blocks and shape-matched glyphs. Pure TypeScript, no GPU, no native deps.", | ||
@@ -31,2 +31,3 @@ "type": "module", | ||
| "snapshot": "tsx examples/cube/snapshot.ts", | ||
| "coin:gif": "tsx examples/coin/gif.ts", | ||
| "prepublishOnly": "npm run build" | ||
@@ -59,2 +60,3 @@ }, | ||
| "@types/node": "22.10.5", | ||
| "gifenc": "^1.0.3", | ||
| "tsx": "4.19.2", | ||
@@ -61,0 +63,0 @@ "typescript": "5.7.3" |
+6
-0
| # termcade | ||
| <p align="center"> | ||
| <img src="https://raw.githubusercontent.com/mlekhi/termcade/main/assets/coin.gif" width="240" alt="A spinning Mario-style gold coin rendered in the terminal with termcade" /> | ||
| <br /> | ||
| <em>A spinning coin, rendered entirely in the terminal. See <a href="examples/coin/scene.ts">examples/coin</a>.</em> | ||
| </p> | ||
| termcade renders real 3D in your terminal. It rasterizes triangles in plain | ||
@@ -4,0 +10,0 @@ TypeScript and paints them with truecolor half-blocks or shape-matched glyphs. |
188651
0.21%177
3.51%4
33.33%