sebastien 73d87a529e Merge... need to rebuild loader Yeaaaahhhhhhh me hace 7 años
..
babylon.gui.d.ts 666ccee767 Fix shaders and prefix hace 7 años
babylon.gui.js bbe515c21b Merge hace 7 años
babylon.gui.js.map 039c8a5360 Webpack Shader Processor Removal hace 7 años
babylon.gui.min.js 73d87a529e Merge... need to rebuild loader Yeaaaahhhhhhh me hace 7 años
babylon.gui.min.js.map 73d87a529e Merge... need to rebuild loader Yeaaaahhhhhhh me hace 7 años
babylon.gui.module.d.ts 039c8a5360 Webpack Shader Processor Removal hace 7 años
package.json e5742d326e 4.0.0-alpha.5 hace 7 años
readme.md 241153b81f Readme files for all modules hace 8 años

readme.md

Babylon.js GUI module

For usage documentation please visit http://doc.babylonjs.com/overviews/gui

Installation instructions

CDN

Compiled js files (minified and source) are offered on our public CDN here:

NPM

To install using npm :

npm install --save babylonjs babylonjs-gui

If using TypeScript, the typing needs to be added to tsconfig.json:

    ....
    "types": [
        "babylonjs",
        "babylonjs-gui",
        "angularFTW"
    ],
    ....

Afterwards it can be imported to the project using:

import * as GUI from 'babylonjs-gui';

Using webpack to package your project will use the minified js file.