No config.make files in 090RC2 examples. How to Compile?
i fixed this before, the nightly builds in the site are now correct
View ArticleIncorrect float colors & GL_RGBA32Float fbo's - banding
you can do: ofSetColor(someFloatColor)
View ArticleiOS + Xcode 7 not working
Thanks! I downloaded the nightly version of OF, and it's solved.
View ArticleIncorrect float colors & GL_RGBA32Float fbo's - banding
oh sorry didn't understand the question at first. right now you can do what i just posted but it will downsample and call glColor4f thorugh int, perhaps the best would be to change the default...
View ArticleIncorrect float colors & GL_RGBA32Float fbo's - banding
Do you think there would be a good reason to template on our ofColor_<> types? Or would that require too much of an API update?
View ArticleRaspberry Pi 2 Setup Guide
Dunno if this is the right thread to bring this up in, but, I've noticed that drawing the openFrameworks window on the raspberry pi 2 is a little..off. For starters, there doesn't appear to be a...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
OK, I modified that file changing the line: cp ../../../scripts/linux/template/linuxarmv6l/Makefile . to cp ../../../scripts/templates/linuxarmv7l/Makefile . and then made this command: export...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
Continued from previous post: g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -DOF_USING_GTK...
View ArticleIncorrect float colors & GL_RGBA32Float fbo's - banding
that should work too, it wouldn't be too different. but since there's constructors from one color type to another i wonder if it would actually use the especialized templates or just convert from one...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
I would first try make clean Second I would try giving the CPU more memory (set the GPU memory to something low like 64)
View ArticleNo config.make files in 090RC2 examples. How to Compile?
GPU was already at 64. That is the default that Raspbian comes configured for. I will try make clean and then compile again.
View ArticleofRectangle.inside() inclusive
Is there another version of ofRectangle.inside() that is inclusive of the edges, or do we just write our own?
View ArticleNo config.make files in 090RC2 examples. How to Compile?
I did make clean and then make and the RPI2 hanged at a certain point. Below is the complete readout: pi@raspberrypi ~/of_v0.9.0RC2_linuxarmv7l_release/apps/myApps/testA $ ls addons.make bin...
View ArticleRaspberry Pi 2 Setup Guide
Collin_Schupman: For starters, there doesn't appear to be a window surrounding the drawing (no closing button, resize, etc.). OF doesn't use the X11 window system on the RPI as X11 is not hardware...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
Continued from Previous Post: Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxPanel.cpp g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -mfpu=vfp...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
not sure - from the printout it looks like it may still be compiling as there are no errors if the forum isn't allowing you to post long log entries http://pastebin.com/ or https://gist.github.com/...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
Somehow the post got deleted. Here is the end of the last readout: Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxPanel.cpp g++ -c -O3 -DNDEBUG -Wall -std=c++14...
View ArticleofPolyline open Arc
I cannot seem to create an open arc using ofPolyline. ofSetLineWidth(3.0f); ofPoint point1(150,120); curver.arc(point1,100,100,0,270,180); curver.draw(); results in I cannot use ofPath because I'm...
View ArticleNo config.make files in 090RC2 examples. How to Compile?
End of readout from previous Post: Compiling /home/pi/of_v0.9.0RC2_linuxarmv7l_release/addons/ofxGui/src/ofxPanel.cpp g++ -c -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv7-a -mfpu=vfp...
View ArticleRaspberry Pi 2 Setup Guide
Thanks for the explanation! I was exiting the process via the terminal, ctrl-c worked like a charm!
View Article