ascii-3d-renderer.js
3D Renderer using ASCII.
File Explorer
- main.ts
- preview.ts
- image.gif
- index.ts
- matrix44.ts
- polygon.ts
- vector2.ts
- vector3.ts
- vector4.ts
- cow.ts
- cube.ts
- donut.ts
- index.ts
- rocket.ts
- ship.ts
- teapot.ts
- ASCII3DRenderer.stories.ts
- renderer.css
- camera.ts
- index.ts
- loader.ts
- object.ts
- projection.ts
- renderer.ts
- .editorconfig
- .gitignore
- .prettierrc
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- vite.config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
