An open API service indexing awesome lists of open source software.

https://github.com/johnpertoft/software-3d-renderer-js

javascript implementation of the very basic things your graphics driver does
https://github.com/johnpertoft/software-3d-renderer-js

Last synced: 10 months ago
JSON representation

javascript implementation of the very basic things your graphics driver does

Awesome Lists containing this project

README

          

# Javascript 3d software renderer
Javascript implementation of the very basic things your graphics driver does. The normal thing would be to use webgl otherwise, but I did this as a learning experience.

It supports some basic lighting and texturing.

![Example output](output.png)