Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)