Skip to content

Ashet-Technologies/hackvr-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackvr-turbo

Implementation of epochs HackVR project.

Current status

  • Basic rendering works
  • Commands implemented:
    • addshape
    • move (partially)
    • rotate (partially)
    • renamegroup
  • Std-I/O works

Controls

Use Up and Down to move forward/backward, Left and Right to rotate the camera. Use Alt to change Left/Right to strafing. W,A,S,D can also be used to move the camera (strafing + forward).

With Page Up and Page Down you can look up/down, using Alt allows to move the camera up or down.

Right click with the mouse and drag to rotate the camera. Use the left mouse button to trigger a action output to stdout.

Quick Start

Build the project (see below), then run this:

cat ./lib/hackvr/data/test.hackvr | ./zig-cache/bin/hackvr

References

Dependencies / Building

Provide the following packages on your system:

  • SDL2
  • libepoxy

Use zig master to build the project:

git submodule update --init --recursive
zig build

After compiling, use zig build run to start the HackVR executable

About

A text based virtual reality protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published