Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 649 Bytes

COSC3000 CG Project

This is the second project for the COSC3000 subject, due in week 13 of semester one, 2015.

Downloading and running:

  • Get the source:
    • ~$ git clone https://github.com/kamikai/cosc_project2.git
    • Or download and extract the zip.
  • Make it the current working directory:
    • ~$ cd cosc_project2
  • Fetch dependancies (i.e. Three.js) using bower:
    • ~/cosc_project2$ bower update
  • Run it, using any http server:
    • Example:
      • ~/cosc_project2$ python3 -m http.server
      • ~/cosc_project2$ python2 -m SimpleHTTPServer
  • Navigate to the url
    • Example - Python: http://localhost:8000