An open API service indexing awesome lists of open source software.

https://github.com/objectprofile/roassal3vr


https://github.com/objectprofile/roassal3vr

Last synced: 3 months ago
JSON representation

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.
```