Skip to content

maxzz/auto-dat-gui

Repository files navigation

auto-dat-gui

Port of popular dat.GUI on Vue3 composition API.

DEMO 👀

Check out the demo page.

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.

Thanks🥑

This project is largely inspired by the following great projects: vue-dat-gui, vueuse, devtools-frontend, pure-color, v-color, v-ctrl, lodash.

TODO

  • Generate data model view on the fly
  • Customizations
  • Bug fixing
  • Switch from webpack to build rollup
  • Make library build
  • npm package deploy