Simula: Difference between revisions

From wikinotes
Line 43: Line 43:
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
- start steamvr
- start steamvr
- /var/src/Simula/result/bin/simula
- /var/src/Simula/result/bin/simula # use appropriate user to match dir permissions
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 19:32, 15 January 2023

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

Documentation

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

Install

Your video-card and driver must support opengl.
Test with

glxgears

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  # use appropriate user to match dir permissions