Skip to content
Back to Libraries

Babylon.js

23k

Powerful 3D game engine for the web

🔥 Trending3D Graphics
License
Apache-2.0
Released
2013
Stars
23k

Use Cases

3D games, interactive 3D experiences, product configurators, virtual showrooms

Code Example

import { Engine, Scene, FreeCamera, HemisphericLight } from '@babylonjs/core';
const engine = new Engine(canvas, true);
const scene = new Scene(engine);

Related Libraries