PixSpace/README.md

991 B

PixSpace

A model viewer using 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 simple way to extend the system with interactions

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

TODO

Suggestions

@bevy@mastodon.social suggested the following three examples

https://github.com/bevyengine/bevy/blob/main/examples/3d/two_passes.rs https://github.com/bevyengine/bevy/blob/main/examples/3d/split_screen.rs https://github.com/bevyengine/bevy/blob/main/examples/3d/render_to_texture.rs