Any questions? Here is our official forum.
You can find documentation for the controls here
After cloning the repo, running locally during development is all the simplest:
npm install
npm run start
For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.
Babylon.js controls are published on npm with full typing support. To install, use:
npm install @babylonjs/controls --save
Please see the Contributing Guidelines