Simula: Difference between revisions

From wikinotes
No edit summary
Line 11: Line 11:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
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
</syntaxhighlight>
</blockquote><!-- Install -->

Revision as of 13:07, 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

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