Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
/ ascii-3d Public archive

Simple Sandbox showing the steps involved in a Graphics Pipeline

Notifications You must be signed in to change notification settings

StuckiSimon/ascii-3d

Repository files navigation

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.

About

Simple Sandbox showing the steps involved in a Graphics Pipeline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published