@babylonjs/gui
@babylonjs/gui
npm i @babylonjs/gui
@babylonjs/gui

@babylonjs/gui

Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.

by BabylonJS

5.52.0 (see all)License:Apache-2.0TypeScript:Built-In
npm i @babylonjs/gui
Readme

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.

VersionTagPublished
5.52.0
latest
5d ago
5.0.0-rc.13
preview
1yr ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate