mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
50 lines
993 B
Markdown
50 lines
993 B
Markdown
PARITY
|
|
|
|
- [ ] folders
|
|
- [ ] function controller
|
|
- [ ] color controller
|
|
- [x] string controller
|
|
- [x] boolean controller
|
|
|
|
- [ ] remember
|
|
- [ ] presets
|
|
|
|
NEW FEATURES
|
|
|
|
- [ ] dividers
|
|
- [ ] save server !!
|
|
- [ ] * disable * listen
|
|
- [ ] override gui.var initialValues with url.js
|
|
- [x] docked container
|
|
|
|
BUILD
|
|
|
|
- [x] single import
|
|
- [x] browsersync
|
|
- [x] remove platform, dependent on fix of bug in gulp-vulcanize
|
|
|
|
REFACTOR
|
|
|
|
- [x] gui.define* => gui.var*
|
|
- [x] Gui.js => gui-panel => dat-gui
|
|
- [x] controller-* => dat-gui-*
|
|
- [x] kill strict
|
|
- [x] Reorg gulpfile and add standardized formatting
|
|
|
|
DOCS
|
|
|
|
- [ ] table of contents ( is going to be really long )
|
|
- [ ] Auto generatated polymer docs
|
|
|
|
STYLE
|
|
- [x] touch styles: bigger please!
|
|
- [x] kill hover behavior if touch
|
|
- [x] sharing more styles
|
|
|
|
|
|
NICE TO HAVES
|
|
|
|
- [ ] css linter?
|
|
- [ ] strip component-slider from number-controller, for use in custom components
|
|
- [ ] strip component-input from number-controller, unify with string-controller
|