Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valentatomas/renderer

3D renderer from scratch
https://github.com/valentatomas/renderer

image javascript model rendering typescript

Last synced: 3 months ago
JSON representation

3D renderer from scratch

Awesome Lists containing this project

README

        

# Renderer
Based on the tutorial https://github.com/ssloy/tinyrenderer

Readings:
- https://ciechanow.ski/
- https://thebookofshaders.com/
- https://github.com/ssloy/tinyrenderer
- https://bleuje.com/
- https://www.amazon.com/Generative-Art-Practical-Guide-Processing/dp/1935182625
- https://natureofcode.com/

## Setup
```sh
npm install
```

## Run
```sh
npm run start
```

![Wireframe](rendered-images/wireframe.png)