David Catuhe 201ad058a2 4.2.0-beta.10 %!s(int64=4) %!d(string=hai) anos
..
babylon.gui.d.ts c89d209936 Nightly %!s(int64=4) %!d(string=hai) anos
babylon.gui.js 90e2412fa6 Nightly %!s(int64=4) %!d(string=hai) anos
babylon.gui.js.map 90e2412fa6 Nightly %!s(int64=4) %!d(string=hai) anos
babylon.gui.min.js 0c8e686a5b Nightly %!s(int64=4) %!d(string=hai) anos
babylon.gui.module.d.ts c89d209936 Nightly %!s(int64=4) %!d(string=hai) anos
package.json 201ad058a2 4.2.0-beta.10 %!s(int64=4) %!d(string=hai) anos
readme-es6.md 2e710a8ebe dedicated es6 readme %!s(int64=6) %!d(string=hai) anos
readme.md ced2d6be3a Update readme.md %!s(int64=6) %!d(string=hai) anos

readme-es6.md

Babylon.js GUI module

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

Installation instructions

To install using npm :

npm install --save @babylonjs/core @babylonjs/gui

How to use

Afterwards it can be imported to the your project using:

import { AdvancedDynamicTexture } from '@babylonjs/gui/2D';

And used as usual:

// Some awesome code
// Creates the post process
let postProcess = new AdvancedDynamicTexture("adt", 128, 128, scene);
// Some more awesome code

For more information you can have a look at our our ES6 dedicated documentation.