Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.16 KB

CS 248 Final Project: S.C.O.P.E

This is the write up for CS 248 Final Project by Samaksh Goyal (sagoyal) and Ayushi Tandel (atandel). PDF Link, Video Link - please download for best results.

Overview

We present SCOPE: Small City Of Procedural Elements. We plan to procedurally generate a city and create a user interactive setting that allows them to select various camera paths to follow. We plan on implementing this in WebGL.

Quick Start

This project is written in Javascript and WebGL. We expect users to have node installed.

To install:

cd cs248SCOPE
npm install

To view city:

node index.js

this will create an express server on your local machine, then in favorite browser go to

http://localhost:${port}/City/city.html

Acknowledgements

We would like to thank Gregg Tavares for his extraordinary WebGL tutorials.

Written with the help of StackEdit.