/tiny-renderer

JS implementation for https://github.com/ssloy/tinyrenderer

Primary LanguageJavaScript

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.