在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dataarts/dat.gui开源软件地址:https://github.com/dataarts/dat.gui开源编程语言:JavaScript 74.7%开源软件介绍:dat.GUIA lightweight graphical user interface for changing variables in JavaScript. Get started with dat.GUI by reading the API documentation. Packaged BuildsThe easiest way to use dat.GUI in your code is by using the built source at In your <script type="text/javascript" src="dat.gui.min.js"></script> Installing from npm$ npm install --save dat.gui // CommonJS:
const dat = require('dat.gui');
// ES6:
import * as dat from 'dat.gui';
const gui = new dat.GUI(); Directory Contents
Building your own dat.GUIIn the terminal, enter the following:
npm scripts
Working with Content Security PolicyIf you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style sheet. ChangesView the Change Log ThanksThe following libraries / open-source projects were used in the development of dat.GUI: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论