Skip to content

bbales/Simple3DCanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An experiment with 3d projection, a simple .obj explorer. Try it out with one of the files in `/objs`

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published