/babylon-hud-template

Babylonjs Head-up-Display template

Primary LanguageTypeScriptMIT LicenseMIT

babylon-hud-template

babylon Head-up-Display template

About

Start

  1. Compile, bundle and copy content into dist:
npm run build
  1. Start a webserver to show the dist content:
npm run serve
  1. Open in web: localhost:4200

Development

In dev mode the project will build and page reload on source changes.

You need to command lines.

  1. Start nodemon in the first command line:
npm run dev
  1. Start the webserver in second command line:
npm run serve
  1. Open in web: localhost:4200
  2. Change any src files to check if everything works fine