Skip to content

imerso/babylonjs_template

Repository files navigation

Babylon.js 5.x Typescript Template

This little Babylon.js Typescript Template requires npm.

  • Typescript based;
  • Toggle to use custom loading screen;
  • Has some performance toggles;
  • Compatible with XR;
  • Will minify and obfuscate production build.

INSTALL

git clone https://github.com/imerso/babylonjs_template.git
cd babylonjs_template
npm install

BUILD DEV AND WATCH FOR CHANGES

npm run start

BUILD DIST DIRECTORY

npm run dev
(dev build without auto-start)

or

npm run prod
(production build which will also obfuscate the build)

About

A small Babylon.js 5.x Typescript Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published