Skip to content

apm963/babylonjs-5-galaxy

Repository files navigation

Babylon.js 5.0 Galaxy Demo

This is a tech demo of Babylon.js version 5.x in conjunction with the v5 release event.

Try it out!

It features the following techniques:

Credits:

Develop

Run directly

# Install packages
yarn

# Start Parcel watcher
yarn start

Or within Docker

docker run --rm -it -v $(pwd):/usr/local/app -w /usr/local/app -p 1234:1234 node /bin/bash -c 'yarn && yarn start'

Build

To create a production build, run

yarn build

To build for Github Pages, use yarn gh-pages instead.

Releases

No releases published

Packages

No packages published

Languages