Node-based Image Processor
To build this project go to /bin/data path and run setup.sh script
N.IMP uses Openframeworks v0.8.3.
N.IMP is an audiovisual real-time content generator made in Open Frameworks. It is a node-based arquitecture which has different types of inputs to feed content to the application, then layers and mixers to process them and generates a new output. It has a syphon node to export the generated content.
For the moment it's only available for mac.
Copyright (c) 2016 Christian Clark, Brian Eschrich, Milagros Garicoits, Nicolás Peri.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Image and video Sequence
Drag and drop an image or video file to the workspace to create an input of this type. It supports HAP codec for videos.
- Camera
Recognizes every webcam connected to the host.
- Particle Generator
Random particle generator. Control lifetime and gravity/repulsion points.
- Syphon
Consume content published in syphon.
- Audio/OSC/MIDI
Control other node's parameters with audio or midi/osc messages.
- IKEDA Layer [deprecated], Glitch1 Layer, Glitch2 Layer [deprecated], Image Processor
Greyscale effects, Canny's algorithm, several other effects.
- Shaders
Create your own shaders to apply different transformations. It supports GLSL version 120
- Multi-Channel Switch (up to 16 inputs), Mix Simple Blend, Mix Mask
Mix different inputs and apply transformations
- Syphon Output
Export generated content to syphon server.
To develop N.IMP, we have created these forks from some great addons:
http://github.com/LaboratorioDeMedios/ofxPostProcessing_nimp
http://github.com/LaboratorioDeMedios/ofxSyphon_nimp
http://github.com/LaboratorioDeMedios/ofxMidi_nimp
http://github.com/LaboratorioDeMedios/ofxMultiTouchPad_nimp
http://github.com/LaboratorioDeMedios/ofxPSBlend_nimp
http://github.com/LaboratorioDeMedios/ofxPostGlitch_nimp
http://github.com/LaboratorioDeMedios/ofxHapPlayer_nimp
http://github.com/LaboratorioDeMedios/ofxImageSequencePlayer_nimp
http://github.com/LaboratorioDeMedios/ofxJpegGlitch_nimp
http://github.com/LaboratorioDeMedios/ofxAVFVideoPlayer_nimp
http://github.com/LaboratorioDeMedios/ofxComposer_nimp
http://github.com/LaboratorioDeMedios/ofxGui_nimp
http://github.com/LaboratorioDeMedios/ofxUI_nimp
http://github.com/LaboratorioDeMedios/ofxFilterbank_nimp
http://github.com/LaboratorioDeMedios/ofxMSAInteractiveObject_nimp