Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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