-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
custom controllerRequest for a new controller typeRequest for a new controller typeenhancementNew feature or requestNew feature or request
Description
Providing a standard entry point to provide custom controllers would be lovely.
Something on a GUI class instance would work. like:
const gui = new GUI();
gui.add_custom_controller( 'addDate', DateController );
...
const folder = gui.addFolder( 'Folder' );
folder.addDate( folderParams, 'date' );
Where DateController extends Controllers. Though perhaps you could come up with something you find more elegant.
However it's done, a method to provide custom controllers could harness community creativity. DateTime, RealTimeGraph, Point, 3DPoint, etc..
Edit: While keeping the core minimal
Peque, araid, 1j01, aztack, zardoy and 1 more
Metadata
Metadata
Assignees
Labels
custom controllerRequest for a new controller typeRequest for a new controller typeenhancementNew feature or requestNew feature or request