Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 359 Bytes

FreeFallingSim

This project is for graphics class. Using WebGL and three.js

github repository

Getting Started

Clone this repository. Under directory, Run python code:

for python 3

python -m http.server 8000

for python 2

python -m SimpleHTTPServer 8000

Built With

  • three.js