Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.18 KB

Software Renderer with Javascript & HTML Canvas

Sponsors twitter youtube Ko-Fi Patreon

Original tutorial steps you through creating a 3d render from scratch using C++. This repo is my attempt at following along but building everything using web technologies.

https://github.com/ssloy/tinyrenderer/wiki

Can view the final results at: https://sketchpunk.github.io/software_renderer

Development Setup

git clone --depth=1 https://github.com/sketchpunk/software_renderer
cd software_renderer
npm install
npm run start