Skip to content

Simple template to create a collaborative XR application using Babylon.js and Croquet.io.

License

Notifications You must be signed in to change notification settings

AnnaVitali/Babylon.js-Croquet.io-ApplicationTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babylon.js-Croquet.io-ApplicationTemplate

Simple template to create a collaborative XR application using Babylon.js and Croquet.io.

To execute the empty scene go to public/js/croquet_sesssionjs and change the apiKey and the appId, in the code below.

Croquet.Session.join({
    apiKey: 'your_key',
    appId: 'your_app_id',
    name: "unnamed",
    password: "secret",
    model: RootModel,
    view: RootView
});

About

Simple template to create a collaborative XR application using Babylon.js and Croquet.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages