https://github.com/maxzz/auto-dat-gui
dat-gui replica in Vue 3
https://github.com/maxzz/auto-dat-gui
dat-gui typescript vue3
Last synced: 12 months ago
JSON representation
dat-gui replica in Vue 3
- Host: GitHub
- URL: https://github.com/maxzz/auto-dat-gui
- Owner: maxzz
- Created: 2020-11-11T08:44:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T10:54:37.000Z (over 5 years ago)
- Last Synced: 2025-02-26T07:42:58.647Z (over 1 year ago)
- Topics: dat-gui, typescript, vue3
- Language: Vue
- Homepage: https://maxzz.github.io/auto-dat-gui/
- Size: 1.08 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-dat-gui
Port of popular [dat.GUI](https://github.com/dataarts/dat.gui) on Vue3 composition API.
#### DEMO 👀
Check out [the demo page](https://maxzz.github.io/auto-dat-gui/).

## Goals
* Make a modern Vue 3 compatible library for rapid prototyping.
* Minimize dependencies and make this project extremely lightweight and easy to prototype.
* Eliminate the use of old libraries and unnecessary outdated polyfills.
## Project
Setup
```
yarn install
```
Compiles and hot-reloads for development
```
yarn serve
```
Compiles and minifies for production
```
yarn build
```
Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Thanks🥑
This project is largely inspired by the following great projects: [vue-dat-gui](https://github.com/cyrilf/vue-dat-gui), [vueuse](https://github.com/antfu/vueuse), [devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend), [pure-color](https://github.com/WickyNilliams/pure-color), [v-color](https://github.com/v-comp/v-color), [v-ctrl](https://github.com/v-comp/v-ctrl), [lodash](https://github.com/lodash/lodash).
## TODO
* Generate data model view on the fly
* Customizations
* Bug fixing
* Switch from webpack to build rollup
* Make library build
* npm package deploy