cyrilf / vue-dat-gui

A Vue3 port of the popular dat.GUI library
https://cyrilf.github.io/vue-dat-gui/
MIT License
62 stars 9 forks source link

Project Origin #7

Closed technbuzz closed 3 years ago

technbuzz commented 4 years ago

Is this project uses dat.gui behind the scenes or is it a complete write up in vue.js?

cyrilf commented 4 years ago

Hey @technbuzz This project doesn't use dat.gui behind the scene, it's a write up. The main reason is that I don't have a huge time capacity to maintain this repository so I didn't wanted to have a dependency on dat.gui itself. I think there is another Vue dat.gui repository that is relying on dat.gui if that's what you're after. I can't remember the name now.