0.0.3 • Published 10 years ago

generator-babylon v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-babylon Build Status

Yeoman generator

About

Generator-babylon is a simple generator for projects using the BabylonJS framework for creating 3d games/apps in javascript.

Features

  • Manage dependencies with gulp-wiredep
  • BrowserSync for app testing and livereload
  • Combine and minify css and js files for distribution

Installation

To install generator-babylon from npm, run:

npm install -g generator-babylon

Finally, initiate the generator:

yo babylon

You can now work on your app in the app directory.

Available tasks

Launch local server and watch for changes:

gulp serve

Add new dependencies installed with Bower:

gulp wiredep

Compile app for distribution (combine and minify css and js) to the dist directory:

gulp dist

Additional notes

Use the app/assets directory to store additional files like textures and models. This directory is copied recursively to the dist directory when you publish your app.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago