A simple .obj
model renderer using HTML5 canvas and ES6 JavaScript. This code is written for conceptual understanding rather than performance.
To try it out, clone this repository and run
npm install
Next, build the JavaScript by running
webpack
Open index.html
in your browser and load a `.obj' file using the file selector.
This project is licensed under the MIT License