Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valentatomas/renderer
- Owner: ValentaTomas
- Created: 2019-08-08T08:45:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T03:18:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-17T20:22:35.747Z (almost 2 years ago)
- Topics: image, javascript, model, rendering, typescript
- Language: TypeScript
- Homepage:
- Size: 398 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renderer
Based on the tutorial https://github.com/ssloy/tinyrendererReadings:
- 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)