A boilerplate project that serves as a scaffold for quickly setting up new Babylon.js projects.
This includes a gulp pipeline which supports ES6 (via Babel) and automatically obtains the latest Babylon.js and Oimo.js (physics library) builds.
- Clone this repository:
git clone https://github.com/bdero/babylonjs-boilerplate.git
- Install the dependencies:
npm install
- Run the watcher using the dev command:
npm run dev
- Navigate to http://localhost:8080
- Begin hacking on the code, and the watcher will automatically recompile on save.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.