Using Typograhpy on OF
@manuelagustinB wrote: Hi! I would like to know how to use or upload a certain typography to a project. Any ideas? Thoughts? THANKS! Posts: 2 Participants: 2 Read full topic
View ArticleHello all! Beginner here. To play visuals according to a music track
@abey wrote: Hi I'm a graphic designer, completely new to Openframeworks. Just started off with basics like loading images and playing video and all. I would like to create something which can create...
View ArticleofxCvImage remap for image warping
@ZaellixA wrote: Hello everyone, I am quite new in programming, openframeworks and computer vision altogether, so I hope someone could provide some help. I am trying to do some image morphing in order...
View ArticleQtCreator - ofxCv
@spinzero wrote: Hi! I try to compile opencv example-background in OF-9.7, but QtCreator can't find ofxCv header: `ofxCv/Tracker.h: No such file or directory` `ofxCv/Utilities.h: No such file or...
View ArticleCan’t get OF samples compiled linux debian
@Juan wrote: i install the of_v0.9.7_linux64_release on linux debian. install the install_dependencies.sh script successfully.compile ./compileOF.sh -j3 successfully as well. but i can't compile any...
View ArticleVideo Player Stutter When Changing Source
@organnoise wrote: I am trying to sequence a series of videos randomly. I have created an array of video players and essentially I only render one of the videos at a time in the draw loop. This is...
View ArticleHow to HTTP POST image to URL?
@fooness wrote: Dear openFrameworkers, is there a native way in openFrameworks how to just send an image to some URL via HTTP POST? The URL for sure plus the port need to be specified. If possible I...
View ArticleMusic sequencer BPM slightly off
@AndreasRef wrote: Hi I’m attempting to include a simple sequencer that plays back audio samples in OpenFrameworks in a project. I have successfully gotten ofxSequencer and the 09-step-sequencer...
View ArticleNesting meshes within a container
@asabanapal wrote: HiI'm looking for pointers on how best to build a 3D 'scene' of various meshes which attach to parents/children and can therefore be controlled by transforming the parent etc. I...
View ArticleError compiling OF-master branch on Linux Mint 18 64-bit
@jarednielsen wrote: Attempting to install the master branch from Github. No errors after installing dependencies, but I get a string of fatal errors and the message "there has been a problem...
View ArticleAdjusting width of sine wave?
@Awareness wrote: I want to create a sine wave which moves horizontally from the screen's most left to most right position , how can I do this? I draw an "X" character on the screen which moves...
View ArticleRemove initial stroke of ofPath?
@cuinjune wrote: Hi, I would like to draw a donut shape that can toggle between filled and unfilled. I could make the filled donut shape using ofPath but if I unfill the shape, and set the stroke...
View ArticleWhy this go-through shader draw inverted image?
@yangyangcv wrote: i use the following code to make a go-through shader. i thought it will do nothing but show a full-screen image. but the result is a bottom-up image. could anybody help me to figure...
View ArticleHow to place video in a moving primitive
@mehrbano_khattak wrote: include "ofApp.h" //--------------------------------------------------------------void ofApp::setup() { ofSetBackgroundColor(0); ofSetFrameRate(60); //time = 0;...
View ArticleHow to make a circle vector
@jadie_p1 wrote: I would like to know how to make a circle grid, or rather a vector of circles. I know how to do a nested for loop to create a grid of cirles in the x and y axis, but that is because...
View ArticleoF 0.9.7 msys2 (Windows 10) example build failed
@php0614 wrote: hello all, I've been trying to use oF 0.9.7 msys2/Qt creator version in my windows machine, however example(of3dPrimitives) build shows this error, make[2]: ***...
View ArticleVector iterator not decrementable
@digitalColeman wrote: I thought I was being smart by switching over to newer style vector iterator for loops but now that I am porting my code to windows from OSX (where it ran perfectly) I am...
View ArticleofxMaxim – audio output fails when applying low-pass or high-pass filter
@dcb wrote: Hey everyone. I'm grappling with an error that happens when I apply a low-pass or high-pass filter with resonance in ofxMaxim. At a certain 'threshold' the sounds simply cuts off and can...
View ArticleMain.h not found
@alaska wrote: I've downloaded a bunch of projects off Github and placed them in the myApps folder as one normally should but I keep getting an error that main.h is not found. I even tried making new...
View ArticleofSetDataPathRoot does not apply from IDE
@Jordi wrote: Hello all, I'm running VS2015 and when i set the path to data folder it works when double clicking the app but not when running from the IDE. Is this the expected behavior?...
View Article