ofxProjectorBlend
addon to smoothly blend multiple projector edges together for installations
File Explorer
Download Latest Version (.zip)- .gitkeep
- SmoothEdgeBlend.frag
- SmoothEdgeBlend.vert
- main.cpp
- testApp.cpp
- testApp.h
- twoScreens Debug.xcscheme
- twoScreens Release.xcscheme
- project.pbxproj
- addons.make
- openFrameworks-Info.plist
- Project.xcconfig
- twoScreens.cbp
- twoScreens.vcxproj
- twoScreens.vcxproj.filters
- twoScreens.vcxproj.user
- twoScreens.workspace
- .gitkeep
- main.cpp
- testApp.cpp
- testApp.h
- threeVertical Debug.xcscheme
- threeVertical Release.xcscheme
- project.pbxproj
- addons.make
- openFrameworks-Info.plist
- Project.xcconfig
- threeVertical.cbp
- threeVertical.sln
- threeVertical.vcxproj
- threeVertical.vcxproj.filters
- threeVertical.vcxproj.user
- threeVertical.workspace
- .gitkeep
- _settings.xml
- guiControls Debug.xcscheme
- guiControls Release.xcscheme
- project.pbxproj
- main.cpp
- testApp.cpp
- testApp.h
- addons.make
- guiControls.cbp
- guiControls.sln
- guiControls.vcxproj
- guiControls.vcxproj.filters
- guiControls.vcxproj.user
- guiControls.workspace
- openFrameworks-Info.plist
- Project.xcconfig
- .gitkeep
- blendClown.png
- blendClown.psd
- blendClown Debug.xcscheme
- blendClown Release.xcscheme
- project.pbxproj
- main.cpp
- testApp.cpp
- testApp.h
- addons.make
- blendClown.cbp
- blendClown.sln
- blendClown.vcxproj
- blendClown.vcxproj.filters
- blendClown.vcxproj.user
- blendClown.workspace
- openFrameworks-Info.plist
- Project.xcconfig
- ofxProjectorBlend.cpp
- ofxProjectorBlend.h
- ofxProjectorBlendShader.h
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Flightphase/ofxProjectorBlend
Downloads the entire project code from GitHub to your computer.
cd ofxProjectorBlend
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd 02_threeVertical
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
