Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marpi/immersive
Immersive Three.js Workshop
https://github.com/marpi/immersive
creative-coding threejs virtual-reality vr vr-workshop webgl webvr
Last synced: 2 months ago
JSON representation
Immersive Three.js Workshop
- Host: GitHub
- URL: https://github.com/marpi/immersive
- Owner: marpi
- Created: 2016-08-01T21:48:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T17:45:53.000Z (over 7 years ago)
- Last Synced: 2024-08-03T15:05:59.738Z (6 months ago)
- Topics: creative-coding, threejs, virtual-reality, vr, vr-workshop, webgl, webvr
- Language: JavaScript
- Homepage: http://grayarea.org/education/immersive/
- Size: 47 MB
- Stars: 36
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jsgames - Immersive - Immersive Three.js Workshop at Gray Area. (Uncategorized / Uncategorized)
README
# Immersive Three.js Workshop at Gray Area
[http://grayarea.org/education/immersive/](http://grayarea.org/education/immersive/)
[![alt text](/assets/image1.jpg "Immersive Three.js Workshop")](http://classes.marpi.pl/immersive/)
[![alt text](/assets/image2.jpg "Immersive Three.js Workshop")](http://classes.marpi.pl/immersive/public/donut)
[![alt text](/assets/image3.jpg "Immersive Three.js Workshop")](http://classes.marpi.pl/immersive/public/cube_wall)
[![alt text](/assets/image4.jpg "Immersive Three.js Workshop")](http://classes.marpi.pl/immersive/public/everyone)
[![alt text](/assets/image5.jpg "Immersive Three.js Workshop")](http://classes.marpi.pl/immersive/public/lights)
full list: [http://classes.marpi.pl/immersive/public/](http://classes.marpi.pl/immersive/public/)
How to run
-------In order to see your [Three.js](http://threejs.org) project on your own computer you have to run "localhost":
- Windows: You can use [WAMP](http://www.wampserver.com/en/), or any simple local server
- OSX: In terminal, go to your public/name/ folder and type: php -S 0.0.0.0:8000
- Linux: In terminal, go to your public/name/ folder and type: python -m SimpleHTTPServer
- Otherwise, you can try running Chrome with the flags --disable-web-securityAnd once you commit your changes, and want to see them in Google Cardboard:
[http://classes.marpi.pl/immersive/](http://classes.marpi.pl/immersive/)
Libraries
-------[three.js](https://github.com/mrdoob/three.js/), [TweenMax.js](https://greensock.com/tweenmax), [isMobile](https://github.com/kaimallea/isMobile)