-
-
Notifications
You must be signed in to change notification settings - Fork 26
Setup
rust edited this page Sep 17, 2024
·
7 revisions
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.
- Download and install Go from https://golang.org/doc/install.
- Download and install glslc shader compiler from https://github.com/google/shaderc.
- Clone the vu engine from github.com/gazed/vu using git.
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
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