Skip to content

is there a way to add a quicksettings checkbox with p5.gui? #24

@dan-reznik

Description

@dan-reznik

something of the sort:

settings.addBoolean(title, value, callback);

let myBool = [false, true];
var gui = createGui('My awesome GUI');
gui.addGlobals('myBool'); // should add a checkbox!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions