Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmnsgn/prtt
A WebGL prototype starter using webpack, redux, babel, glslify, controlkit, ccapture
https://github.com/dmnsgn/prtt
babel glslify redux starter webpack
Last synced: about 16 hours ago
JSON representation
A WebGL prototype starter using webpack, redux, babel, glslify, controlkit, ccapture
- Host: GitHub
- URL: https://github.com/dmnsgn/prtt
- Owner: dmnsgn
- Created: 2015-05-29T09:24:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T12:34:41.000Z (over 6 years ago)
- Last Synced: 2024-11-01T15:48:45.654Z (16 days ago)
- Topics: babel, glslify, redux, starter, webpack
- Language: JavaScript
- Homepage: https://dmnsgn.me/experienced/
- Size: 370 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
prtt
=========================> A WebGL prototype starter using webpack, redux, babel, glslify, controlkit, ccapture
## Install
```bash
PROJECTNAME="PRoToType"; git clone --depth 1 https://github.com/dmnsgn/prtt.git $PROJECTNAME && cd $PROJECTNAME && rm -rf .git
npm i
```## Scripts
### Dev```bash
npm start
```### Build
```bash
npm run prod
```|Query string parameters|Description
|:---------|:---------:|
|**?debug**|Enable debug panel|
|**?capture**|Enable ccapture controls|## Licence
MIT