https://github.com/vvvv/VL.VIOSOWarpBlend
Wrapper for the VIOSO WarpBlend API
https://github.com/vvvv/VL.VIOSOWarpBlend
calibration projection-mapping vioso vl
Last synced: 12 months ago
JSON representation
Wrapper for the VIOSO WarpBlend API
- Host: GitHub
- URL: https://github.com/vvvv/VL.VIOSOWarpBlend
- Owner: vvvv
- License: lgpl-2.1
- Created: 2022-05-19T10:10:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:36:35.000Z (over 2 years ago)
- Last Synced: 2024-04-28T04:19:53.430Z (about 2 years ago)
- Topics: calibration, projection-mapping, vioso, vl
- Language: C#
- Homepage:
- Size: 1.06 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.VIOSOWarpBlend - Wrapper for the VIOSO WarpBlend API (Libraries / Projection Mapping)
README
# VL.VIOSOWarpBlend
Automatic multi-projector warping, blending and color-correction. Loads .vwf files generated by [VIOSO6](https://vioso.com/software/) or domeprojection [ProjectionTools](https://www.domeprojection.com/software/software).
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:
`nuget install VL.VIOSOWarpBlend`
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)
- Get [VIOSO6](https://vioso.com/demo/) or [ProjectionTools](https://www.domeprojection.com/company/demo-download)
## VIOSO documentation
- [2d calibration workflow](https://helpdesk.vioso.com/documentation/core-video-tutorial/) for projecting flat textures or videos
- [3d calibration workflow](https://helpdesk.vioso.com/documentation/vrsim-3d-calibration/) for projecting 3d scenes with possibly dynamic spectator eye-point (think: head-tracking)
## Contributing
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:devvvvs@vvvv.org)
- When making a pull-request, please make sure to read the general [guidlines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)
## Credits
Based on the [VIOSO WarpBlend API](https://bitbucket.org/vioso/vioso_api/).