Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donmccurdy/sandbox-webgl
See me attempt to WebGL.
https://github.com/donmccurdy/sandbox-webgl
Last synced: about 2 months ago
JSON representation
See me attempt to WebGL.
- Host: GitHub
- URL: https://github.com/donmccurdy/sandbox-webgl
- Owner: donmccurdy
- Archived: true
- Created: 2015-02-14T07:23:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T13:49:24.000Z (almost 9 years ago)
- Last Synced: 2023-04-09T19:47:59.589Z (over 1 year ago)
- Language: JavaScript
- Size: 507 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGL Sandbox
---Various experiments in WebGL. A lot of the code is cobbled together from various tutorials and demos.
## Installation
Install Bower dependencies:
```bash
bower install
```Install live-reload server, and run in root directory:
```bash
npm install -g live-server
live-server .
```Your browser should open automatically to http://localhost:8080.
From there you can navigate to any of the examples.![example 3](https://dl.dropboxusercontent.com/u/42869844/LTS/webgl-sandbox-1.png)