Cross compiler for OF 0.9.0/Jessie/arm6/RPi1
Even if sudo works - this issue is likely to be in the http://openframeworks.cc/setup/raspberrypi/Raspberry-Pi-SMB.html process. In these instructions you should be the pi user, not root
View ArticleofxUDPManager - bi directionnal
Hi Arturo, and happy new year !I saw that the link i gave you was dead, so here is a new link : https://dl.dropboxusercontent.com/u/108956169/udpTesting.zipIf you have some time to look at this, it...
View ArticleofxMultiTouchPad (OSX) - access to the multitouch features
I really want to use this addon but on my macbook (10.11.2) looks not working...When I run my project using this add on, I got this error.Does anyone know how to fix this or other similar addon?...
View ArticleofxMultiTouchPad (OSX) - access to the multitouch features
Adding a 'MultitouchSupport.framework' in '/System/Library/PrivateFrameworks' to your Xcode Project.
View ArticleTubular primitives
I'm working on a project where I'm using LSystem to generate trees in 3d. I'm not interested(for now) in flowers and leaves, just the structure, trunk and branches.I've started the project using the...
View ArticleTubular primitives
@julapy, some more debugging. If I define the point as follow auto point1 = ofVec3f(0, 0, 0); auto point2 = ofVec3f(0, 0, 100); auto point3 = ofVec3f(0, 0, 100); auto point4 = ofVec3f(100, 0, 200);...
View ArticleSharing - Create vector masks for projections
Hello, I built my first app with openFrameworks and like to share it with everyone.It lets you create vector masks for projections and save them as png files.You can download it here:...
View ArticleHow is light to be implemented using ofLight with the programmable renderer?
Hi,I've just tried read that using ofLight with the programmable renderer does not work and was wondering how I could use lighting. Thanks J
View ArticleAndroid Studio: Gradle hanging in infinite loop when building
I have the same problem on Windows. How would that fix work for me?
View ArticleAndroid Studio Compiling OpenFrameworks Forever!?
Whenever I try to build the project in Android Studio it goes on building openFramworks indefinitely. If I stop it while building I get a "could not run build action using gradle distribution" error....
View ArticleError 127 3d/of3dPrimitives.o
Project works fine on 0.8.4 but When I update to 0.9.0 I get:/bin/sh: -O0: command not foundmake[2]: ***...
View ArticleHow is light to be implemented using ofLight with the programmable renderer?
I think it does work since 0.9.0 - see the part "Shader based lights and materials on OpenGL 3+" http://blog.openframeworks.cc/post/133400454159/openframeworks-090-opengl-45
View ArticleHow is light to be implemented using ofLight with the programmable renderer?
Thanks! But is there a way to check which open frameworks version I have as I think I have 0.8.something and if 0.9.0 is the new version I would have to change a lot of the code I have been working...
View ArticleProject Generator error
Indeed it is the github version. Thank you I shall update and post back
View ArticleHow is light to be implemented using ofLight with the programmable renderer?
cout << ofGetVersionInfo() << endl; will tell you the version info I think you have to use your own shaders for pre-0.9.0 - not sure though
View ArticleCrop Fbo to bounding box
It was an out of index mistake. Here is final code for cropping fbo:ofApp.h ofFbo fbo; ofFbo croppedFbo; ofPixels pixels; int top, bottom, left, right; int w = ofGetWidth(); int h = ofGetHeight();...
View ArticleAre there any plan for supporting CLion?
I cant compile the code. I am sure I am doing something stupid but I cannot find what.This is the error I get when I try to compile:...
View Article