David Catuhe 51dc523ab6 Fux bug with request splicing il y a 7 ans
..
babylon.gui.d.ts 1d1f373ad9 Nightly il y a 7 ans
babylon.gui.js b215e22829 Nightly il y a 7 ans
babylon.gui.min.js 51dc523ab6 Fux bug with request splicing il y a 7 ans
babylon.gui.module.d.ts 1d1f373ad9 Nightly il y a 7 ans
package.json 31b33b6443 npm update 3.2.0-alpha4 il y a 7 ans
readme.md 241153b81f Readme files for all modules il y a 8 ans

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.