Skip to content

The working repo for the COSC3000 Computer Graphics project.

Notifications You must be signed in to change notification settings

tkcranny/cosc_project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The working repo for the COSC3000 Computer Graphics project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published