文件名称:pex-gui:pex库的GUI控件
文件大小:654KB
文件格式:ZIP
更新时间:2024-05-26 10:30:55
webgl gui pex JavaScript
佩克斯圭 pex库的GUI控件。 用法 const createContext = require ( 'pex-context' ) const createGUI = require ( 'pex-gui' ) const State = { rotation : 0 } const ctx = createContext ( ) const gui = createGUI ( ctx ) gui . addParam ( 'Rotation' , State , 'rotation' , { min : - Math . PI / 2 , max : Math . PI / 2 } ) ctx . frame ( ( ) => { gui . draw ( ) } ) 原料药 图形用户界面 gui = createGUI(ctx [,options]) ctx :上