https://github.com/ejfox/cli-ascii-3d
View 3D shapes as ASCII art in the command line
https://github.com/ejfox/cli-ascii-3d
ascii cli
Last synced: 2 months ago
JSON representation
View 3D shapes as ASCII art in the command line
- Host: GitHub
- URL: https://github.com/ejfox/cli-ascii-3d
- Owner: ejfox
- Created: 2024-08-17T02:34:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T02:58:43.000Z (almost 2 years ago)
- Last Synced: 2026-04-03T21:49:47.783Z (2 months ago)
- Topics: ascii, cli
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-ascii-3d
Transforming complex datasets into intuitive ASCII representations for enhanced pattern recognition and anomaly detection.
## Install
```
npm install -g cli-ascii-3d
```
## Use
```
cli-ascii-3d [options]
npx cli-ascii-3d [options]
```
Options:
- `-b, --boxes <1-10>` : Number of visualization nodes
- `-s, --speed <0.1-5.0>` : Animation speed multiplier
## Examples
### Standard:
```
cli-ascii-3d
```
> The default settings. Works for most situations.
### Intense:
```
cli-ascii-3d -b 8 -s 3.0
```
> Faster, more nodes. Use when things get... complicated.
### Subtle:
```
cli-ascii-3d -b 2 -s 0.5
```
> Slower, fewer nodes. For when you need to look closer.
### Extreme
```
cli-ascii-3d -b 20 -s 5.0
```
> Extremely fast, high degree of detail. Use with caution.
## Note
If it looks wrong, try:
```
TERM=xterm-256color cli-ascii-3d
```
We can't say why. You'll know when you need it.