Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 627 Bytes

ASCII-3D 🍩

Sandbox for 3d rendering using ASCII. Simple demo trying to show the different steps in a graphics pipeline.

This project is only for demonstration purposes, it's meant to be used to get a grasp of the math involved in 3d rendering.

How to run on localhost

First install dependencies:

npm install

To run in dev mode mode:

npm start

Then go to http://localhost:8080

To create a production build:

npm run build

Credits

The visualization is inspired by donut.c. Made with createapp.dev.