ofxMSATensorflow
@Maria_maria_maria wrote: Hiya, Has anybody successfully compiled any of Memo’s ofxMSATensorflow examples in Openframeworks with Xcode? When compiling any example the build fails, I suspect its to do...
View ArticleNetwork - Cumulative delays on receiving data
@scatena wrote: Hi! Forum newbie here. Not usually an asker, but I faced a communication problem I do not know even where to start to search for a “fix” (perhaps due to lack of theory). I have a mocap...
View ArticleCan´t create object if i have constructor in class
@Julian_Puppo wrote: So, really weird thing is happening to me. I´ve made a class Particle : #pragma once #include "ofMain.h" class Particle { Particle(); }; I declared it in my ofApp.h : #pragma once...
View ArticleWindows: make Error 127
@CCx266 wrote: Hello, I have a problem when I try to run any example with OF 0.10 nightly (any versions even those that use to work). Windows 10, followed a few times the install procedure, even...
View ArticleCan't convert an ofTexture to CV compatible Mat with OpenGL ES
@aceslowman wrote: Curious what the solution might be to this, or if there is just another route I should go. I am starting to experiment with ARKit (ofxARKit) and OpenCV (ofxCv), and immediately I...
View ArticleCreate complex polygons with PhysicsEditor
@thesmeazy wrote: I found a cool program called PhysicsEditor that lets you upload a image and trace all the points in that image which can be used in the Box2d world. codeandweb.com PhysicsEditor -...
View ArticleRotating and cropping ofPixels to arbitrary angle?
@mikechambers wrote: I am working on creating a linear gradient, and writing pixels into an image from left to right. I have this working well. Now, I need to be able to generate the gradient based on...
View ArticleofxpiMapper Autorun
@szap wrote: Hi all! I am totally new to OpenFrameworks and just started by downloading the ofxpiMapper Image for my Raspberry Pi. Works perfectly and shows me 2 textured triangles right after bootup....
View ArticleColouring outline of the silhouette
@Ha99 wrote: Hey guys, I’ve been working on colouring the outline of the silhouette captured by a webcam. I have no idea which addons to use or where to begin. So far, I have openCV motion detection...
View ArticleBeginner c++ sanity check (Code breaks with multiple instances of class)
@mikechambers wrote: I have a simple c++ class that basically just holds a couple of objects Group.h class Group { public: Mover anchor; Spring spring; ofColor color; void init(ofVec3f location); };...
View ArticleHow to click one time mouse, then print "1"in the screen
@JingSHE wrote: if I want to when I click one time mouse, then print “1” on my screen, when I click one more time, the print “2”. Looking forward your resolution! Thanks very much! Posts: 1...
View ArticleIn setup(), I can modify a mesh with inline code but not via fn. call
@bob97086 wrote: I create a simple heightfield type mesh, initially constant z(x,y), then modify a small rectangular area to experiment with perspective parameters. With this code block inside...
View ArticleGPU performance in OPEN GL
@alireza_samiei wrote: HI! i’m new to OP, but i have experience with the max/msp and processing. i recently have some problems with the OPEN GL performance in max. i wanna use OP for 3D graphics and...
View ArticleConvert glsl 4.0 to 1.2
@tktr wrote: Hi, Now I’m converting version 400 to 120. It is a very short 400 code, but rewriting to 120 does not work. This is the original 400 code. How can we rewrite this to 120? shader.vert...
View ArticleMIcrosoft Open Display Adapter problem
@mindthegap wrote: hi, I’ve done a few small apps for intel NUCs with intel graphics. now I should put it on a NUC with MIcrosoft Open Display Adapter, console gives me: 65542 wgl: the driver not...
View ArticleApproach for reusing a mesh
@mikechambers wrote: I need to draw a lot of circles (whose initial size is set dynamically) on the screen and move them around. At any one time, some of the circles may not be moving. Right now, I...
View ArticleHow can I click mouse 1 time to created one circle?
@JingSHE wrote: If I want to when I click one time mouse, then create one circle on my screen, when I click one more time, then create another circle on the screen? Looking forward your solution!...
View ArticleFail building OF for windows ans visual studio
@edapx wrote: I have an addon that is tested against windows. Environment: platform=x86, BUILDER=MSYS2 works smoothly, but Environment: platform=x86, BUILDER=VS, BITS=32 and Environment: platform=x86,...
View ArticleIn the visualization of fft using glsl, rewrite from glsl 120 to 150
@tktr wrote: I am trying to make fft texture using GLSL. However, although it was created in the current version 150, thought that I wanted to rewrite it to version 120, it does not work well, I will...
View ArticleGeneratve Textures Project
@Revilo196 wrote: Hi everybody, Im relative new to oF, but im working on a project that I would like to use during live events as background visuals. Right now the project is a collection of...
View Article