ofxICalendar compile error - invalid deployment target for -stdlib=libc++
@eco_bach1 wrote: Trying to compile the example using latest Ofx 0.9 targeting the latest OSX SDK 10.11 and get the following error invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or...
View ArticleSharing ofFbo between multiple windows: how? (shared_ptr?) [solved]
@eelke wrote: Hi Guys, I'm doing some initial testing with the 0.9.0 version, and am really liking the possibility of using multiple windows in one app (without using addons). I can't figure out...
View ArticleLoading sequential images, necessary to call ofImage.clear() first?
@eco_bach1 wrote: I have an application displaying images sequentially, only one image at a time.Is it necessary to call ofImage.clear() or otherwise unloading the current image BEFORE loading the...
View ArticleProject Generator not showing my addons in drop down
@eco_bach1 wrote: Curious issue.have used the latest Project Generator successfully on a number of projects. Now when I try and either create or import an existing project I can't add additional...
View ArticleAdding addons manually
@eco_bach1 wrote: Really feel like nothing is working for me today.Need to simply merge 2 projects, say Project A and Project B. As a first step I want to add addons used in Project B to Project A....
View ArticleLibrary not found ( for -licalvcal)
@eco_bach1 wrote: Almost successful in adding addons manually in 0.9. Seem to be getting 1 final linker error library not found for -licalvcal I am trying to add ofxlCalendar. Did a search for missing...
View ArticleTubular primitives
@edapx wrote: 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...
View ArticleHow is light to be implemented using ofLight with the programmable renderer?
@J_1 wrote: 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 Posts: 5 Participants: 2 Read full topic
View ArticleofSerial "buildDeviceList()" Linux i386/amd64
@kashim wrote: Good morning guys, I have a question about ofSerial. I noticed that when I call the methods: listDevices();orgetDeviceList(); (These two functions use the internal method...
View ArticleMultiple ofxomxplayers: fetch details of one of the players
@dasoe wrote: Hi all, When I am using a vector of ofxomxplayer - like in the multiple players example - I can not seem to fetch actual information (e.g. getCurrentFrame() or isPlaying()). Setting...
View Article[ error ] ofSerial: writeByte(): serial not inited
@kan wrote: Hi, everyone! I am currently trying to build simple connection between TouchOsc, Openframeworks and Arduino. And I met with the problem sending data from OF to Arduino. So I tried to write...
View ArticleDebugging Undefined symbols for architecture x86_64:
@eco_bach1 wrote: After some googling my conclusion is that there is more than one cause for this error.Trying to add a scheduling library, ofxlCalendar to my project. It was compiling fine, now for...
View ArticleOF 0.9.0 with Xcode 0.72 compile ofxOpenNI errors - ld: symbol(s) not found...
@johnjohn wrote: Hello,I am new to open frameworks, I am trying to run kinect with OpenNI to get the skeleton data.I downloaded ofxOpenNI from gameoverhack's Github. I managed to install the addon to...
View ArticleofxAssimpModelLoader single mesh position!
@kashim wrote: Hello everyone, I have a question about ofxAssimpModelLoader and placement of each meshcontained in the model! When I import a model taken from .dae (https://www.mixamo.com/) if you use...
View ArticleVS 2015 + of_v0.9.0_vs_release + openframeworksLib_debug.lib problem
@kwentar wrote: Hello, I am newbie to Open Framework, I just follow the next instructions: https://visualstudiogallery.msdn.microsoft.com/77678909-81b8-494b-b75c-d97dd7a3eaa6 and...
View ArticleOpenni2 and ofxNI2 with Visual Studio 2015
@ShadowMitia wrote: Hello everyone! I'm trying to use ofxNI2 (https://github.com/satoruhiga/ofxNI2), I've followed all the steps in the README, but the project won't compile. It gives me a LNK2019...
View ArticleofxUI as displayer
@rzouka wrote: Hello everybody Is it possible to use OfxUI sliders as displayers : For instance, i would like to get data from a file and display them in form of sliders. but the sliders are used only...
View ArticleResetting ofGetElapsedTimeMilles
@cyrstem wrote: hi i been trying to make an FBO to fade away in a short amount of time but i like it to happen continuously thats why im trying to use ofGetElapsedTimeMilles so when it get to a second...
View ArticleBloom using the geometry shader
@ilmenite wrote: Is it possible to use a geometry shader to create a bloom effect? If I understand them right, you could create circles for each point and then have the fragment shader apply a blur....
View Article3 point light in oF
@chuckleplant wrote: I'm trying to figure out a good set of 3 ofLight objects to accomplish three point lighting in my scene. Or else something that gives a good feeling to the scene. Has anyone done...
View Article