{"id":13679129,"url":"https://github.com/ViveSoftware/ViveStereoRenderingToolkit","last_synced_at":"2025-04-29T16:31:07.064Z","repository":{"id":103036686,"uuid":"94953599","full_name":"ViveSoftware/ViveStereoRenderingToolkit","owner":"ViveSoftware","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-11T10:21:46.000Z","size":3404,"stargazers_count":32,"open_issues_count":8,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T17:13:05.109Z","etag":null,"topics":["unity","virtual-reality","vive","vr"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ViveSoftware.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-06-21T02:16:27.000Z","updated_at":"2024-11-05T11:38:11.000Z","dependencies_parsed_at":"2023-03-13T15:09:37.418Z","dependency_job_id":null,"html_url":"https://github.com/ViveSoftware/ViveStereoRenderingToolkit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViveSoftware%2FViveStereoRenderingToolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViveSoftware%2FViveStereoRenderingToolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViveSoftware%2FViveStereoRenderingToolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViveSoftware%2FViveStereoRenderingToolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ViveSoftware","download_url":"https://codeload.github.com/ViveSoftware/ViveStereoRenderingToolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251540094,"owners_count":21605843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["unity","virtual-reality","vive","vr"],"created_at":"2024-08-02T13:01:02.261Z","updated_at":"2025-04-29T16:31:02.034Z","avatar_url":"https://github.com/ViveSoftware.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"# Vive Stereo Rendering Toolkit\nCopyright 2016-2018, HTC Corporation. All rights reserved.\n\n## Introduction\n\n- Vive Stereo Rendering Toolkit provides drag-and-drop components for developers to create stereoscopic rendering effects in a few minutes. \n- With this toolkit, effects such as mirrors or portal doors can be easily achieved in your VR application.\n\n## System Requirements\n\n1. Unity 5.5.0 or higher.\n\n2. Appropriate SDK for target VR devices\n - Vive or other SteamVR-compatible HMDs: SteamVR Unity plugin, version 1.2.0 or higher\n - Vive Focus: WaveVR plugin, version 2.0.13 or higher\n - Oculus Rift: OVR plugin, version 1.20.0 or higher (**only supported for Unity 2017.2 or higher**)\n\n3. **To run the examples, add camera rig prefabs from respective platform SDKs**\n - Vive or other SteamVR-compatible HMDs: no need to modify.\n - Vive Focus: add **WaveVR** from \"WaveVR/Prefabs\" to the scenes; remember to expand the camera rig.\n - Oculus Rift: add **OVRCameraRig** from \"OVR/Prefabs\" to the scenes.\n\nFor tutorial and API reference, please see the attached Developer's Guide.\n\n## Change log\n\nv1.1.2\n - Add option to make StereoRenderers unlit by scene lights (default off)\n\nv1.1.1\n - Add option to enable oblique near plane clipping for better performance (default on)\n - Add option to enable scissor test for better performance (default on)\n - Fix: \"IsMirror\" option in Unity editor would fail to set anchor position under certain conditions\n\nv1.1.0\n - [Backward Compatibility Break Change] drop support for Unity 5.3/5.4\n - Add multi-platform support: we currently support Vive, Vive Focus and Oculus Rift\n - Add an example for two-way portal; remove obsolete examples\n \nv1.0.9\n - fix wrong rendering under single-pass stereo rendering for Unity 5.6.0\n\nv1.0.8\n - new icon :)\n\nv1.0.7\n - fix compatiblity for SteamVR plugin v1.2.1\n - bug fix: cannot build project due to SerializedProperty not exist outside of Unity Editor \n\nv1.0.6\n - Each StereoRenderer can have different \"ignore object list\"\n   (for existing project, need to add proper layers to Unity \"Tags and Layers Manager\" manually)\n\nv1.0.5\n - [Backward Compatibility Break Change] Minimal supported SteamVR plugin version changed to v1.2.0\n - fix compatibility issue for SteamVR plugin v1.2.0\n\nv1.0.4\n - support double-sided StereoRenderer\n - bug fix: fix right-eye rendering of mirrors (for Unity 5.4+)\n\nv1.0.3\n - Unity 5.5 compatibility\n - enable creation of StereoRenderer at runtime\n - add parameter for tweaking resolution of rendertextures\n - bug fix: fix \"drifting\" when entering portals (for Unity 5.4)\n - bug fix: fix rendering of near-anchor objects (for Unity 5.4+)\n\nv1.0.2\n - bug fix: fix wrong shadow in canvases when using directional light (for Unity 5.4)\n\nv1.0.1\n - add functions to query the up, forward and right vectors of canvas origin\n - support moving or rotating mirrors at run time\n - support mirrors of arbitrary orientation\n - bug fix: only remove StereoRenderers from manager when their host object is destroyed","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViveSoftware%2FViveStereoRenderingToolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FViveSoftware%2FViveStereoRenderingToolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViveSoftware%2FViveStereoRenderingToolkit/lists"}