Skip to content
rust edited this page Sep 17, 2024 · 7 revisions
  1. Install

Setup details the one-time installation of the tools needed to create 3D applications with the vu engine. The minimum tools set is: the Go programming, a command line terminal, and a text editor.

Install

Windows

Windows needs a terminal, git, and OpenAL. One good possiblity for a terminal is the that comes with Git for windows solving two tool dependencies with one download.

Install the OpenAL (https://openal.org) DLL soft_oal.dll from https://openal-soft.org/openal-binaries

Vu

Compile shaders by running go generate in vu/assets/shaders.

Run the vu/engine examples to test that the installation is working.

   cd parent-directory-of-vu-clone/vu/eg
   go build
   ./eg

Clone this wiki locally