An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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/).