Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 560 Bytes

Simple3DCanvas

A simple .obj model renderer using HTML5 canvas and ES6 JavaScript. This code is written for conceptual understanding rather than performance.

Example rendering

Getting Started

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.

License

This project is licensed under the MIT License