@babylonjs/gui
TypeScript icon, indicating that this package has built-in type declarations

7.5.0 • Public • Published

Babylon.js GUI module

For usage documentation please visit https://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 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 ES6 dedicated documentation.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @babylonjs/gui

    Weekly Downloads

    18,422

    Version

    7.5.0

    License

    Apache-2.0

    Unpacked Size

    3.51 MB

    Total Files

    348

    Last publish

    Collaborators

    • babylonjs