Skip to content

Jenisa04/computer-graphics

Repository files navigation

ECS 175 - Final Project

Project Images

Lucy Holding Teapot Rendering 1 Lucy Holding Teapot Rendering 2 Cow Stack Rendering 1 Cow Stack Rendering 2

Hosting and running the project

The assignment is a simple HTML+JS website with minimal dependencies. To run it we recommend using one of the following methods. You are free to use alternative means to host the site. Before submitting, make sure it works with either of the methods shown here as there could be slight differences in how the web servers handle paths and file loading.

Using Python

If you have python installed on your system you can use the built-in HTTP Server that ships with it to host the project.

Windows & Linux

cd /path/to/the/project
python -m http.server

macOS

cd /path/to/the/project
python3 -m http.server

Using VSCode Plugin

There is a convenient plugin for VSCode that lets you host the current working directory as a website. Download and install the plugin from the VSCode marketplace: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

About

ECS 175 Final Project JavaScript 3D Rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors