https://github.com/opensmock/woden-controls
Woden extensions to manage controllers in a Game Framework World
https://github.com/opensmock/woden-controls
3d open-smock pharo smalltalk smock ui vr woden world-dynamic-engine
Last synced: 3 months ago
JSON representation
Woden extensions to manage controllers in a Game Framework World
- Host: GitHub
- URL: https://github.com/opensmock/woden-controls
- Owner: OpenSmock
- License: mit
- Archived: true
- Created: 2023-09-28T09:49:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T16:02:40.000Z (over 1 year ago)
- Last Synced: 2024-09-26T21:24:25.188Z (7 months ago)
- Topics: 3d, open-smock, pharo, smalltalk, smock, ui, vr, woden, world-dynamic-engine
- Language: Smalltalk
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](./LICENSE)
[](https://github.com/OpenSmock/woden-controls/actions/workflows/Pharo11CI.yml)# Woden Controls
This project is an extension of Woden 3D engine for UI prototyping needs.
It contains VR controller detection capacities and some utils.## Getting Started
### Installation
To install the project on your Pharo image you can just execute the following script:
```smalltalk
Metacello new
baseline: 'WodenControls';
repository: 'github://OpenSmock/woden-controls:main/src';
load.
```## Dependencies
[Woden - Core Heavy Example](https://github.com/desromech/woden-core-examples)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.