🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

termcade

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

termcade - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-1
package.json
{
"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"

# 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.