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
- Host: GitHub
- URL: https://github.com/johnpertoft/software-3d-renderer-js
- Owner: johnPertoft
- Created: 2016-10-18T13:16:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T08:37:43.000Z (over 9 years ago)
- Last Synced: 2025-03-22T08:48:45.287Z (over 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
