Cannot draw line of width 1 using ofDrawLine or ofLine
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleWhy 0.9 only support vs2015?
Is there a reason you need OF0.9 to work in VS2012? OF0.8.4 was built for VS2012 so if you need to use that IDE you can just use the older release. We would need a better reason than user base to...
View ArticleProblem with compilation of project generator and examples on Ubuntu 14?
sdaau: MESA_GL_VERSION_OVERRIDE=2.1 MESA_GL_VERSION_OVERRIDE=2.1 make run fixed it for me too for the same error in OF 0.9.0 on linux-32 in my old HP Mini Netbook. Thank you @sdaau!
View ArticleBuilding release application without console window (Visual Studio)
I also want to know how to do it. somebody can help?
View ArticleBuilding release application without console window (Visual Studio)
there's some discussion here about potential ways to do this -- Switching from console application to GUI application loses custom icon mingw (windows) Hi Has anyone experienced or solved the issue?...
View ArticleCreative coder to develop a DVD-like video player
Hi, we are looking for a freelance coder to help develop a hi-res video player with "chapters" and some other specifics, similar to how DVD and BluRay discs/players behave. Please PM for more info. M
View ArticleofDirectShowPlayer can't load uncommon width/height movies?
done: https://github.com/openframeworks/openFrameworks/issues/4679
View ArticleTrying to run asciiVideo example on raspberry pi
Hi also had the same problem and still couldn't solve it.
View ArticleTrying to run asciiVideo example on raspberry pi
i manage to fix it by a post i found that suggest replacing some libs let me search for it on the forum can remember what it was
View ArticleTrying to compile an example on Tegra Jetson tk1
thank you for your patches, I compile openframeworks on Jetsont TK1 successfully, and the video playback example also works.
View ArticleTrying to run asciiVideo example on raspberry pi
Hi @cyrstem. I would really appreciate if you could find those changes. Also for the sake of the openframeworks community.
View ArticleofxSoundObjects audio addon
Thanks for this addon. I tried some of the provided examples and I would like to integrate this in an existing project. It looks very promising.The XCode projects worked fine for me. But projects...
View ArticleHow to control multiple serial ports at the same time?
I have two custom devices that I am attempting to control via a USB-to-serial connection. Each device will respond with a unique identifier so that I know which is attached to which port. I have some...
View ArticleCan't compile on qt on windows error: Process failed with exit code 2
Hi there, help please. After renaming OF_TARGET_WINGCC to OF_TARGET_MINGW in ofUtils.cpp and putting the path to tesselator.h in ofConstants.h I solved the this errors but in the end I get this error...
View ArticleHow to control multiple serial ports at the same time?
No ofSerial only opens a connection to one device, it just holds a vector of available devices to connect to. You would need a separate ofSerial for each object you want to connect to, like you have...
View ArticleofxSoundObjects audio addon
Hi @thomasgeissl , I haven't added the correct config files to the addon, that's why PG doesnt work.I'm fixing it now.Check again the github repo in half an hour more.Thanks for bringing up this...
View Article