p5.js Dat GUI Tutorial and Setup Guide

Опубликовано: 06 Октябрь 2024
на канале: JS64
1,025
23

In this tutorial I show you how to set up dat.gui in p5js. Dat GUI allows you to edit the properties of a js object.

Code: https://editor.p5js.org/rjgilmour/ske...

0:00 What is Dat GUI
0:41 Adding Dat GUI with a CDN link
1:11 Setting up Dat GUI in our sketch
1:30 Defining an object to hold the properties to edit
2:32 Adding a GUI folder with properties
4:26 Adding a color picker
5:30 Saving your GUI values