Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.45 KB

Overview

Try the following link: https://nrsharip.github.io/threejs-food-kit/

This project is created as part of the deep dive into Three.js framework. Food Kit assets produced and distributed by Kenney. Following are the the tutrorials and examples that were useful during the course of the project:

Three.js ManualThree.js FundamentalsThree.js Examples

Screenshots

Technical Info

Notes

To avoid CORS errors with external files:

  1. Install Python
  2. See How to run things locally
  3. Run this from a command line (from your working directory):
    //Python 2.x
    python -m SimpleHTTPServer
    
    OR
    //Python 3.x
    python -m http.server
    
  4. Go to http://localhost:8000/

NPM package browser for ThreeJS: