ofxColorSlider - How to adjust values for colour sliders?
@lethalrush wrote: Hi, how do you programmatically adjust the individual R, G, B sliders of ofxColorSlider? Thanks!! Posts: 1 Participants: 1 Read full topic
View ArticleIs that support unity?
@HiYang_Chan wrote: Is that support unity engine? I want to ask if I build ofimage framework dll for uinty ,can use getTexture convert to unity Texture2d? use API getTexture() or getPixels? and then...
View Article[solved] Stitching PNG images and save it
@jrengmusic wrote: Hi I'm creating a very simple apps which have only one purpose, to stitch a series of PNG images (with alpha) and append them vertically and sequentially. void...
View ArticleErrors about GLM sytax when using ofxShadowMap addon
@jerryleung wrote: I am a total beginner of OF. I just started 1 month ago. And I am using Visual Studio 2015.... Today I tried to play around with the add on ofxShadowMap. I just copied the examples...
View ArticleUnwanted pixelisation
@nctr wrote: Hello, I'm encountering a problem with a basic processing chain and need some help as I'm stuck and don't understand what happens. I would like to write texcoords on the target of a fbo...
View ArticleNewbie listener question using PiMapper
@ddh wrote: Forgive me - just getting into this, looks great. I am trying to extend the example app and send instructions from another process. The ofxPiMapper example has keyPress actions - i want to...
View ArticleVs2017(or vs2015) OF0.9.8 ofxOSC errata and solution
@ZJH wrote: (I start to try OF for one week and today I start to read a book form amazon but not also fellow thisinstuction. but there is a problem on my first project.)I need crate a project using...
View ArticleChange image trasparence - png alpha channel
@Taconito wrote: Hello to all.I have two pictures: the first is the background, the second is a png logo (it is saved with the transparent background - alpha channel to zero).I want the logo to blink,...
View Article3D Camera Movement - Position and Quaternion
@Anthony_Dunphy wrote: I have to move my ofCamera position through the 3D world. Im having an issue with stopping my movement from the starting point. When I get to the end point of my target, I want...
View ArticleSublime + make: where does cout go / where is console.log
@a__ wrote: I've started using Sublime and compiling/running with make in Terminal as per this old thread, it's all working fine except that I can't find where my console output (cout << "hello...
View ArticleCapture data with sensors, send it to a web server, access it from OF
@noobCoder wrote: hey im trying to connect my particle photon to openframeworks, i want simple data to send, not images but numbers, or booleans.i looked at sending data from the photon to arduino and...
View ArticleSubstr does not handle unicode?
@stephanschulz wrote: I have a unicode string myStrig = "üöéñ and so on"OF can print it nicely to the screen. But when I try to create an array of each separate letter by using string letter =...
View ArticleOpenframeworks ios
@11118 wrote: Hello! I'm studying openframeworks in Japan! nice to meet you. I'm making a step sequencer on the iPhone.However, the width of the iPhone and the total width of the step sequence do not...
View ArticleWhen opening the camera library with ofxiOS, designate an album
@taketori7616 wrote: When declaring openLibrary in ofxiOS with ofxiOSImagePicker, is there a way to specify the "video" folder in the camera folder, "panorama", "favorite" etc? Posts: 1 Participants:...
View ArticleSublime and OF build configuration and Make
@cyrstem wrote: hi i been trying to use sublime as my main IDE so far so good with OF 0.9.8 following this link OF &Sublime but at the time of building the project i get this message in the...
View ArticleofxPiMapper example - load a new video
@ddh wrote: Has anyone loaded a new video dynamically? i am using the ofxPiMapper example and am trying to change the video on a keystroke. When i try to call...
View ArticleHow to use Vamp plugin into Openframeworks code for sound detection?
@baguette wrote: Hello, I started to learn OF with the tutorials of the OF website. My goal is to create some sketches with sound vizualisation.So I read this one :...
View ArticleUsing ofSoundStream in my own class
@guardabrazo wrote: Hi, I'm trying to make an audio visualizer class and I wanted to separate the responsibilities between ofApp and my class implementing ofSoundStream only in the visualizer class. I...
View ArticleIos step sequence question!
@11118 wrote: Hello! I am a student studying Openframeworks in Japan.Creating a step sequence with OpenFrameWorks now. when I touch the part another position than the step sequence, the program will...
View ArticleQr code generator and FBO
@Vis wrote: Currently I am working on a project that will generate qr code in every play. And the qr code will be drawn on the fbo and then export it. The problem is the generated qr codes are same....
View Article