Skip to content

for com sci 174a: intro to computer graphics @ ucla spring 2019

Notifications You must be signed in to change notification settings

sandyskim/solar-system

Repository files navigation

solar-system

how to run

$ git clone
  1. go to your folder
  2. open "host.bat" if on Windows, "host.command" if on Mac

if you're having trouble opening "host.command"— "The file “host.command” could not be executed because you do not have appropriate access privileges."

you need to set 'execute' on the file for it to allow you to run it:

$ chmod u+x /path/to/file.command
  1. look in resulting console window and check if it contains a message beginning with "Serving HTTP on ..."— if not, you may not have Python installed; go download and install first.
  2. now you're hosting a fake server— keep the window open.
  3. open Google Chrome and navigate to http:https://localhost:8000/ (assuming the console window's message said port 8000, if not, change the number in the URL to match).
  4. observe! 💫🪐✨🌚

About

for com sci 174a: intro to computer graphics @ ucla spring 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages