Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxinteger/webgl-samples
WebGL sample applications
https://github.com/maxinteger/webgl-samples
Last synced: 25 days ago
JSON representation
WebGL sample applications
- Host: GitHub
- URL: https://github.com/maxinteger/webgl-samples
- Owner: maxinteger
- License: mit
- Created: 2015-03-30T20:34:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T22:27:54.000Z (over 9 years ago)
- Last Synced: 2023-04-05T19:04:34.716Z (over 1 year ago)
- Language: JavaScript
- Size: 4.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webgl-samples
WebGL sample applications## Install
npm install
## build
webpack
or
./node_modules/webpack/bin/webpack.js
## Run
node server.js
## Dev
webpack --watch
or
./node_modules/webpack/bin/webpack.js --watch