You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Sphelex, I can't reproduce this. I have set up a working example on the dev branch. You can try it out here.
Maybe you forgot to include quickesettings.js in the <head> section of your html?
Please note that order matters: you have to include quicksettings.js first, p5.gui.js second.
If the problem persists, please post the full source code, browser and OS, so I can dig deeper.
Hello, im having a problem with quicksettings.
I keep getting this error:
ReferenceError: QuickSettings is not defined
at p5.gui.js:132
at p5.gui.js:207
code:
gui = createGui("stats"); gui.addGlobals("count", "generation"); noLoop();
When creating only the gui, everything works fine. But when adding globals the error comes up.
The text was updated successfully, but these errors were encountered: