PixSpace/README.md

21 lines
574 B
Markdown
Raw Normal View History

2022-07-17 23:18:33 +02:00
# PixSpace
2022-07-18 12:20:02 +02:00
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
2022-07-18 12:32:38 +02:00
Ideas are derived from a software written several years ago called VisionSpace.
2022-07-18 12:20:02 +02:00
2022-07-17 23:18:33 +02:00
# TODO
* [ ] multiple cameras
* [ ] custom projection matrices (https://bevy-cheatbook.github.io/cookbook/custom-projection.html)
* [ ] render to texture
2022-07-18 12:20:02 +02:00
* [ ] VRPN (https://github.com/seichter/vrpn-rs) - sync_client.rs seems to do what we need - issue it is Rust 2018