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

https://github.com/jwgmeligmeyling/ng-dat.gui

Angular implementation of dat.gui, a lightweight controller library for JavaScript
https://github.com/jwgmeligmeyling/ng-dat.gui

Last synced: 6 months ago
JSON representation

Angular implementation of dat.gui, a lightweight controller library for JavaScript

Awesome Lists containing this project

README

          

#dat.GUI
[dat.GUI](https://github.com/dataarts/dat.gui) modified for angular. Looks the same as the [original](http://workshop.chromeexperiments.com/examples/gui) examples, but uses Angular directives to create the GUI.

----

##Packaged Builds
The easiest way to use dat.GUI in your code is by using the built source at `../dist/ng-dat.gui.js`.

In your `head` tag, include the following code:
```

```

----

##Using dat.GUI with require.js
*Not supported yet, PR's are welcome!*

----

## Usage examples
### Simple form
```html







```

### GUI with folders
```html















```

### Date pickers
The included date picker has been removed to make the code more lightweight.
If a color picker is needed, the framework can be combined with [angular-bootstrap-colorpicker](https://github.com/buberdds/angular-bootstrap-colorpicker) to support date pickers.

```html





```