Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 572 Bytes

TinyRenderer

This is a JavaScript implementation of brilliant Tiny Renderer by Dmitry "ssloy" Sokolov

This is not a production-ready code. It is done with educational purposes.

This demo renders 3D object from *.obj file to the canvas using only "put pixel" operation (using putImageData for bulk operations). All other things is performed "by hand".

Render sample

How to start

Zero dependencies. Just serve as static folder.