Are Projects Portable Amongst Platforms?
@Malveka wrote: Hi all, I’m just getting started with openFrameworks and would appreciate any advice on the best ways to develop/package projects. I’m currently developing on Windows 10 using Visual...
View ArticleIn OF, Is there any addon looks like "ListView"
@bemoregt wrote: Hi, All. In OF, Is there any addon looks like “ListView” that has clickable & sortable array items? I wonder. Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleExhibiting Sketches
@Okliis wrote: Hi all, Curious as to what everyone does to exhibit several sketches (interactive or not) without the use of several laptops? If you can point me in the right direction it would be much...
View ArticleGraphics Fade in/out based on time
@micamac wrote: Hello I am pretty new to OF I am trying to create a simple 10 minute experience where different graphics fade in and out at specific times within the 10 minutes. I was looking into...
View ArticleObjects and draw instances
@pxt wrote: Hey there! ive a question about instanced in openGL. i want to do instanced drawing in post to getting better perfomance. right now ive a system, a very tipical particle system:...
View ArticleUsing classes to draw shapes
@sunshine wrote: I’m having trouble setting up my class to draw 4 Rectangles X 6 Rectangles. This is my Rectangles.hpp class Rectangles{ public: int x; int y; int width; int height; Rectangles();...
View ArticleRGB color is strange and green colored saturated
@bemoregt wrote: HI, All. 스크린샷 2019-07-20 오후 7.07.42.png1006×634 550 KB //-------------------------------------------------------------- void ofApp::setup(){...
View ArticlevidGrabber with shader
@Koji_Kanao wrote: I’m trying to manipulate frames from webcam but seems my input has issues. I could pass texture from oF to shader, but the input is flipped and a little bit glitchy Screen Shot...
View Article[Spectrogram] No member named 'draw' in 'ofxFft'
@bemoregt wrote: Hi, All. I am trying to make spectrogram usimg ofxFFT. 스크린샷 2019-07-21 오후 1.37.03.png656×726 47.3 KB I met this error "No member named ‘draw’ in ‘ofxFft’ " when run ofxFftTest...
View ArticleHow can I remain the drawn boxes?
@bemoregt wrote: Hi, All. I have made Spectrogram of mp3 files. ezgif.com-video-to-gif.gif514×534 127 KB But, in draw() method, drawn boxes are not remained. How can I remain the drawn boxes ?...
View ArticleBzero : identifier not found in ofxAccelerometerHandler?
@Drazinut wrote: I’m trying to use ofxAccelerometerHandler (though it sounds like it’s not going to work when I get to iOS?), but it throws a build error: bzero : identifier not found Searching the OF...
View ArticleHow do I use touch functions in a webview
@pjb438458200 wrote: I want to add webview as UI on the 3d scene, By setting the WebView. SetBackgroundColor (android. R.c olor. Transparent), i can see the 3 d scene But OfEasyCam, ofApp: :...
View ArticleGradually Growing Shape
@micamac wrote: I would like to make a shape smoothly and slowly gradually grow in size. I have tried to use ofScale(); but it moves too quickly and not as smooth as I would like. Any ideas on another...
View ArticleSVG not showing
@eduzal wrote: Hi, I’m trying to get a visualization of a simple SVG file but ofX is not rendering. I have an svg file, with 860 polygons in it, not paths. is there an issue with svg polygons in ofX?...
View ArticleIssue with Arabic Type
@Okliis wrote: Hi all, Trying to display Arabic text and I’m not getting the correct letter forms (initial, medial and final). All it displays is the “detached” form of the letters. I have added the...
View ArticleProject cannot be built with ofxSVG because of error: undefined reference to...
@Pradeep_Jayasinghe wrote: I am trying to load a simple svg to my android project using ofxSVG addon. But I cannot build the project when ofxSVG addon is added. It shows multiple errors....
View ArticleCannot hear sound when running audioOutputExample using Emscripten
@cuinjune wrote: I could successfully build audioOutputExample using emmake make. And when I run the project using emrun --browser chrome bin/audioOutputExample.html, I see the following screen:...
View ArticleCreating a grid like mesh and texturing it
@RealHuman wrote: Hello. Still learning openframeworks and getting used to how it works. I want to build a simple 2d mesh, pretty much a grid, and then texture it. It seems like the resources out...
View ArticleMissing .dll file on executing compiled windows app
@Sam_McElhinney_io wrote: Hello all I have an app that I’m compiling for both Mac and Windows. On the windows compile, I’ve learnt that I need to include a series of dll files in order for the .exe...
View ArticleInhale/Exhale Particles
@micamac wrote: I want to make a system of particles that move in a way that make them appear to inhale/exhale. In other words, have particles floating then slowing come together, then slowly spread...
View Article