Colyseus Babylonjs Boilerplate Save Abandoned

BabylonJS + Colyseus: Multiplayer Boilerpate

Project README

Project archived. For an up-to-date example, please check:


BabylonJS + Colyseus: Multiplayer Boilerplate

This is a project setup to use BabylonJS 4.x with Colyseus 0.14.x.

Tooling

Deploy | Live demo

Requires NodeJS v12.0.0+

How to use

Check out this repository.

git clone https://github.com/endel/babylonjs-multiplayer-boilerplate.git

Inside this repository, there's two separate applications. The client (babylonjs + colyseus client) and the server (nodejs + colyseus server).

Client application

To be able to build the client application, you'll need to enter in the folder, and install its dependencies first.

cd babylonjs-multiplayer-boilerplate/client
npm install

Now you can build and run it by running:

npm start

It will spawn the webpack-dev-server, listening on http://localhost:8080.

Server application

For the server, the steps are exactly the same. Install the dependencies:

cd babylonjs-multiplayer-boilerplate/server
npm install

Now you can build and run it by running:

npm start

It will spawn a web socket server, listening on ws://localhost:2657.

Documentation

License

Apache License 2.0

Open Source Agenda is not affiliated with "Colyseus Babylonjs Boilerplate" Project. README Source: endel/colyseus-babylonjs-boilerplate
Stars
90
Open Issues
1
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating