A re-implementation of VisionSpace with Rust and Bevy
Find a file
2022-08-07 22:27:40 +02:00
.vscode some notes on the progress of PixSpace 2022-07-18 12:20:02 +02:00
src tinkering around with bevy 2022-08-07 22:27:40 +02:00
.gitignore some notes on the progress of PixSpace 2022-07-18 12:20:02 +02:00
Cargo.lock tinkering around with bevy 2022-08-07 22:27:40 +02:00
Cargo.toml tinkering around with bevy 2022-08-07 22:27:40 +02:00
README.md minor additions 2022-07-18 12:32:38 +02:00

PixSpace

A viewing tool for projective Virtual Reality (VR)

It deals with:

  • getting tracking data from a VRPN server
  • render a composited view allowing for non-linear distortions
  • loading 3D files
  • providing a

Ideas are derived from a software written several years ago called VisionSpace.

TODO