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.
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.
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
We would like to thank Gregg Tavares for his extraordinary WebGL tutorials.
Written with the help of StackEdit.