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
- Host: GitHub
- URL: https://github.com/jwgmeligmeyling/ng-dat.gui
- Owner: jwgmeligmeyling
- License: apache-2.0
- Created: 2016-01-27T14:54:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T10:43:50.000Z (over 9 years ago)
- Last Synced: 2025-03-14T19:12:52.228Z (7 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```