babylonjs
Here are 209 public repositories matching this topic...
The objective would be to replace the video carousel on the home page of www.babylonjs.com by actual 3D demos instead of videos. For this, the capability to be able to add Playground Code directly into the Home Page would need to be added with a way to switch demos.
-
Updated
May 24, 2020 - TypeScript
XR canvas mirroring
Exokit by default does not render back to the main canvas when already in XR mode.
We should probably make it a configuration option to mirror back to the page canvas, and otherwise put up a blocker that the XR session is in progress and you should put on your headset.
-
Updated
Apr 14, 2020 - TypeScript
-
Updated
Sep 3, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 5, 2017 - JavaScript
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Jun 11, 2019 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 14, 2020 - TypeScript
-
Updated
Nov 27, 2018 - Java
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Aug 7, 2019 - JavaScript
-
Updated
Oct 15, 2019 - HTML
-
Updated
Jul 2, 2017 - TypeScript
-
Updated
Dec 19, 2019 - JavaScript
-
Updated
Jun 6, 2020 - Java
Improve this page
Add a description, image, and links to the babylonjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the babylonjs topic, visit your repo's landing page and select "manage topics."


Context
I'm experimenting with vue-babylonjs as basis for a live visuals programming workflow. The idea is to run a development server (webpack-dev-server with vue-loader), visit the it once (in a while) with the browser, then edit the code, save and have hot reload update (parts of) the scene graph.
As this is probably not your intend