Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrofra/harfang-simple-vr-tutorial
Simple tutorial showing how to display a GLTF model in VR using Python 3 and HARFANG
https://github.com/astrofra/harfang-simple-vr-tutorial
3d gltf harfang python sketchfab virtual-reality vr
Last synced: 22 days ago
JSON representation
Simple tutorial showing how to display a GLTF model in VR using Python 3 and HARFANG
- Host: GitHub
- URL: https://github.com/astrofra/harfang-simple-vr-tutorial
- Owner: astrofra
- License: mit
- Created: 2022-02-23T06:42:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T13:43:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T10:55:58.218Z (28 days ago)
- Topics: 3d, gltf, harfang, python, sketchfab, virtual-reality, vr
- Language: Shell
- Homepage:
- Size: 35.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Harfang Simple VR Tutorial
Simple tutorial showing how to display a GLTF model in VR using Python 3 and HARFANG.
Each .bat file will show you how to proceed, step by step :* `0-deploy-harfang-wheel.bat` : how to deploy the HARFANG python wheel (if you haven't already).
* `1-import-gltf.bat` : convert the GLTF file to the HARFANG format.
* `2-compile-assets.bat` : compiles the shaders, textures, 3D models for the runtime (will take a while the first time you run it).
* `python main.py` or `python main-no-vr.py` : depending if you have a VR headset enabled or not.