https://github.com/astrofra/pyvr
https://github.com/astrofra/pyvr
asyncio harfang-3d-framework python teleport vr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrofra/pyvr
- Owner: astrofra
- License: mit
- Created: 2023-07-27T05:34:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T15:40:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T20:45:30.801Z (4 months ago)
- Topics: asyncio, harfang-3d-framework, python, teleport, vr
- Language: Shell
- Homepage:
- Size: 7.21 MB
- Stars: 0
- Watchers: 2
- 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.
_Coroutine-driven objects_

_VR teleporter_