-
-
Notifications
You must be signed in to change notification settings - Fork 303
0.3.0 Release #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
0.3.0 Release #39
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Networked Physics Component
…browser is closed
vincentfretin
pushed a commit
to vincentfretin/networked-aframe
that referenced
this pull request
Jan 10, 2021
…nected-owner-firstSync Check if owner is still connected when processing firstSync messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Networked-Aframe 0.3.0 Release Notes
Networked-Aframe is a networking library that makes it easy to create multi-user A-Frame experiences. These are the release notes for version 0.3.0.
Getting Started Guide
Full Documentation
Adapters:
Support for other networking services (see adapters):
A-Frame 0.7.0 Support
Yay!
New API features:
sendData(),sendDataGuaranteed())NAF.connection.getConnectedClients()Events:
Events fired by Networked-Aframe (see events):
How to update from earlier versions:
If migrating from earlier version of NAF some of the properties of
networked-sceneneed to be updated.Specifically:
signalURL -> serverURL
webrtc -> adapter (see adapters)
webrtcAudio -> audio
To make sure you're using this version of NAF, replace your networked-aframe script tag with:
Contributors
Congrats to @machenmusik, @protyze and @takahirox for their first contributions to Networked-Aframe!
Note on physics support:
We've been working on a networked-physics component that I was hoping to have out for this release. Unfortunately I haven't been able to dedicate enough hours to finish it in time. It'll be delayed in favor of returning to a steady release cycle. Looking through the NAF source you'll see references to the networked-physics component, however it should not affect standard use. If you'd like to commit time to help implement networked physics, please join the #networked-aframe channel of the A-Frame slack.