https://github.com/donmccurdy/sandbox-webgl
See me attempt to WebGL.
https://github.com/donmccurdy/sandbox-webgl
Last synced: 5 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T13:49:24.000Z (over 9 years ago)
- Last Synced: 2024-10-02T08:36:46.875Z (9 months 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.