Skip to content

Olegas/tiny-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published