Skip to content

wearekuva/datoui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dat.oui

For all you functional haters out there. A stateful wrapper around Oui that gives you a near match of dat.gui's api

How to?

npm install wearekuva/datoui
var gui = datoui()
gui.add( obj, 'num', {min, max} )
var folder = gui.addFolder( obj, 'num', {min, max} )
folder.add( obj, 'someOtherProp' )

About

A stateful wrapper around oui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published