How to use dat.gui in sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to use dat.gui in sololearn

31st Mar 2024, 4:02 PM
Sword 🛡️
Sword 🛡️ - avatar
2 Answers
+ 1
You can pull the library from a CDN. For example put this inside the html head: <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.9/dat.gui.min.js" integrity="sha512-WoO4Ih0CDOSLYafy22wZD/mcJ7k0ESLqtQsFa6zFKnEUrbtuGU+GkLtVhgt93xa2qewG5gKEC6CWlN8OaCTSVg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> Then hack away.
31st Mar 2024, 4:44 PM
Tibor Santa
Tibor Santa - avatar
+ 3
Thanks sir
31st Mar 2024, 4:49 PM
Sword 🛡️
Sword 🛡️ - avatar