Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrofra/pyvr
https://github.com/astrofra/pyvr
asyncio harfang-3d-framework python teleport vr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrofra/pyvr
- Owner: astrofra
- License: mit
- Created: 2023-07-27T05:34:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T15:40:26.000Z (over 1 year ago)
- Last Synced: 2023-08-06T22:51:10.672Z (over 1 year ago)
- Topics: asyncio, harfang-3d-framework, python, teleport, vr
- Language: Shell
- Homepage:
- Size: 7.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyVR
This repository contains a set of Python routines designed to create VR experiences using the HARFANG 3D engine. The engine allows for comprehensive creation of 3D VR environments and interactive experiences.
- `scene_vr_basic.py`: Provides the basic structure for creating VR scenes.
- `scene_vr_controllers.py`: Introduces VR controller support, enabling interactive elements within the VR environment.
- `scene_vr_coroutine_basic.py`: Contains basic coroutine functionality for implementing sequential logic without blocking the rest of the VR scene processing.
- `scene_vr_teleporter.py`: Includes a teleportation mechanic for VR, allowing users to navigate within the virtual environment.![](img/py_vr_coroutines.gif)
_Coroutine-driven objects_
![](img/pyteleport.gif)
_VR teleporter_