-
Notifications
You must be signed in to change notification settings - Fork 114
Branching
This branch will track the SDK releases from Oculus VR. It should contain only files that are included in the official SDK, as well as the minimal additional files to get it to play well with GitHub. Specifically this README file for the uninitiated and a .gitignore file to exclude artifacts from the official SDK that we do not wish to track in GitHub.
The latter mostly consists of the binary files distributed with the SDK and documentation or any other artifacts with unknown or suspect licensing that would prohibit reproduction on GitHub.
Contains features that are considered complete and safe to use.
The tip of shared development. Contains features that may not have been merged into stable. Not guaranteed to work at any given time.
Feature branches for changes that will require significant time and codebase changes to function, but which may be being developed in a team or made available for testing to the general public.