https://github.com/objectprofile/roassal3vr
https://github.com/objectprofile/roassal3vr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectprofile/roassal3vr
- Owner: ObjectProfile
- License: mit
- Created: 2020-08-23T21:34:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T17:46:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T14:22:02.339Z (5 months ago)
- Language: Smalltalk
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roassal3VR
This repository contains the necessary to bring a [Roassal3](https://github.com/ObjectProfile/Roassal3) visualization to Virtual Reality.
## Installation
You need to execute the following in [Pharo 9](http://pharo.org):```Smalltalk
Metacello new
baseline: 'Roassal3VR';
repository: 'github://ObjectProfile/Roassal3VR/src';
onConflictUseIncoming;
load.
```