Using 'for' to loop a loop
Okay I am still missing something. I think I follow what you are doing in your example. But it caused the program to crash so for now if I just stick with the less efficient and probably more...
View ArticleUsing 'for' to loop a loop
Sorry, I had made a quick reply by copy pasting your code and did not change all the variables. Now it's fixed, can you please try it.
View ArticleUsing 'for' to loop a loop
That makes a lot more sense... But it still runs only one line of dots
View ArticleUsing 'for' to loop a loop
Not sure how you only get one line. Isn't this what you intend? Screen Shot 2015-10-03 at 00.43.06.png600x590 10.6 KB You probably didn't do a correct assignment of the array, like stephanschulz. So...
View ArticleUnderstanding ofxCurl
I need a bit of help understanding how to use ofxCurl beyond what the example offers. Say I have the following curl request (I realize I can run this command-line request with the system() command, I...
View ArticleUsing 'for' to loop a loop
I still seem to be missing something. As far as assignment of arrays goes why does it have any effect on the program? Also how do you determine the correct assignment? I had them assigned like this:...
View ArticleUsing 'for' to loop a loop
If you just want to draw to the screen, you just need to call the drawing functions, you don't need to store that in arrays. It automatically draws, it's not pilling up. That's why you don't need...
View ArticleUnderstanding ofxCurl
Have you tried ofxHTTP? It has a bit simpler syntax and examples for POST, GET, PUT, etc. You can also enable cookie support.
View ArticleMSYS2 setup instructions
Hello, I'm trying to compile the latest nightlies on a Windows 10 + msys2 box with no success. I manage to get the libOpenframeworksDebug.a library but it won't compile the Release lib.Before filing a...
View ArticleGetting int32 into shader
i think the problem is you need to use usamplerBuffer instead of samplerBuffer for the buffer texture in the shader: stackoverflow.com How to use texture buffers to read a single integer instead of...
View ArticleUsing 'for' to loop a loop
Okay I got it figured out. Which is good and bad. I understand what you are saying I think and it's without a doubt a way better way of doing it. But I clearly don't understand the use of arrays as...
View ArticleEmscripten problem Camera and AudioInput
Hi All,i'm trying to use emscripten follow this guide:http://www.reginafloresmir.com/blog/2015/5/14/openframeworks-on-the-line It works for example project of OF 0.9, but not for AudioInput and...
View ArticleEmscripten problem Camera and AudioInput
for security reasons you can't use certain resources in a browser if the page is loaded locally as a file, when the application finishes compiling there's instructions on how to start it using emrun...
View ArticleEmscripten problem Camera and AudioInput
Thanks for reply Arturo!The problem is that i did it. AudioInput work as graphical interface but not ask me about permission of microphone..CameraExample and OpencvExample give me Exception in...
View ArticleUsing 'for' to loop a loop
I really recommend you to the read the references above, they are great! But I can give you a fun example. So, arrays (and vectors, and other types of containers) are a way of storing information...
View ArticleFix for Xcode 7 and OF 0.8.4 (opensslconf.h not found)
This solution was working for me until today, but now I'm getting that same issue. I have auto-updates turned on and it looks like it updated to XCode 7.0.1 last night... Any suggestions? EDIT: This...
View ArticleCreating bounding box of an ofxAssimpModel
I found the methods for getSceneMin, getSceneMax, etc, and although they definitely seem to relate, they don't seem to really find the extremities properly. Partly because I don't understand the role...
View ArticleSIGILL, Illegal instruction. OPENSSL_cpuid_setup () ARM7 raspberry pi 2
I'm having the exact same problem when porting an app that works on OSX to raspberry PI 2. I'm completely out of my element debugging this kind of error, so any help would be appreciated!
View Article