joselcvarela / toad_attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babylon.js Boilerplate

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.

To use

  1. Clone this repository: git clone https://github.com/bdero/babylonjs-boilerplate.git
  2. Install the dependencies: npm install
  3. Run the watcher using the dev command: npm run dev
  4. Begin hacking on the code, and the watcher will automatically recompile on save.

License

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/.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.9%Language:CSS 18.4%Language:HTML 6.7%