Simula: Difference between revisions

From wikinotes
No edit summary
Line 32: Line 32:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->
= Usage =
<blockquote>
<syntaxhighlight lang="yaml">
- start steamvr
- /var/src/Simula/result/bin/simula
</syntaxhighlight>
</blockquote><!-- Usage -->

Revision as of 18:45, 7 November 2021

Simula is a VR window manager built with the godot engine.

Documentation

home https://simulavr.com/shop/
github https://github.com/SimulaVR/Simula

Install

Ensure your user is in nix truxted-users, and restart nix-daemon

# /etc/nix/nix.conf
trusted-users = root will
sudo systemctl restart nix-daemon

cd /var/src \
  && git clone --depth 1 --recursive https://github.com/SimulaVR/Simula \
  && cd Simula \
  && source ./utils/Helpers.sh \
  && installSimula

ln -s `pwd`/result/bin/simula /usr/bin/simula

Usage

- start steamvr
- /var/src/Simula/result/bin/simula