Quantcast
Browsing all 40524 articles
Browse latest View live

Is it possible to use ofxEmscripten with visual studio?

Is it possible somehow to use ofxEmscripten with visual studio?I followed the procedure from http://openframeworks.cc/setup/emscripten/ but the command 'make' is not recognized.I am trying with...

View Article


EDSDK old versions

Hey @jmarsico I have them on my computer, from v2.11 till 2.15 for Mac. I am uploading them now. Will let you know when it's done

View Article


EDSDK old versions

Here is the link: https://www.mediafire.com/folder/tqpmgq745jn47/Canon_SDK

View Article

Question about memory consumption in oF

If you set an ofImage for each sprite frame you're setting both RAM and VRAM (GPU memory). What you want is to load the sprite sheet to GPU and then index GPU memory for rendering. There must be an...

View Article

ofxEmscripten oF0.9.0.linux64 run problem

This was working ok with oF0.9.0RC1, now something is strange in my system, compiles ok, but can't run, hmm? using OF0.9.0linux64, Mozilla Firefox 42.0 this is console output: $ emrun...

View Article


EDSDK old versions

wow, @Meach that is super generous. Thanks very much.

View Article

ofSoundstream on macbook 2014?

Thanks you very much. Think I made a mistake in my code:)

View Article

Generate QRCode

I using OF0.9.0 with ofxQRCodeGenerator but I cannot compile it. Can anyone give me some hints on how to make it works? Thanks!

View Article


Is it possible to use ofxEmscripten with visual studio?

it would probably be possible using msys2 or a similar unix emulation for windows but not directly from visual studio by now. officially emscripten is still not supported in windows but if you manage...

View Article


ofxEmscripten oF0.9.0.linux64 run problem

mmh, it's working for me ok with firefox 42. can you try to run it in chromium just in case?

View Article

Question about memory consumption in oF

also if you are using an image to load each sprite and then copying that to another image you probably have 2 copies of each image in memory. ofLoadImage can also load directly to an ofTexture without...

View Article

arm7 raspberry pi: Wouldn't Run

Hey guys.I am trying the of9 in arm7 RBPi 2I can compile the project, but they don't run. This is what i get make[1]: Leaving directory...

View Article

of0.8.4 + ofxMaxim on RPI

Hi,Is it possible to compile and run ofxMaxim together with of0.8.4 on a RaspberryPi 1B? When i try to compile a testapp i get these errors: In file included from...

View Article


Qt creator : error: 'TargetConditionals.h' file not found

Hi all, Any idea why I get this error?Im on Mac 10.11 with the latest git master.Latest qt templates. The thing I try to compile is an empty qt temple that I generated. Thanks...

View Article

Building on OSX 10.10 with Xcode 7 on a MacPro

I'm trying to get OF building on a newish MacPro running 10.10 and XCode 7. I can get everything to build from the command line but I can't get OF to build from XCode 7. I'm trying to 0.9.0 release...

View Article


0.9.0 documentation

Great work on the release of 0.9.0. Unfortunately, I'm in the middle of a project based on v0.8.4. Is there any place to view v0.8.4 documentation now that http://openframeworks.cc/documentation/ has...

View Article

Webcams and computing power

Thats honestly probably overkill. The deciding factor will be the resolution of the webcams and whether you store the pixel data or manipulate it. if you are grabbing 640x480 images with a bit depth...

View Article


Calculate FFT frequencies from ofGetSoundSpectrum() results?

How do I get the actual frequencies for the spectrum bands returned by ofSoundGetSpectrum()? That is, what is the minimum and maximum frequency of the FFT?

View Article

0.9.0 documentation

we don't keep a copy of the old docs. you could build it from source which is here: http://github.com/openframeworks/ofSite or just check it on archive.org...

View Article

Building on OSX 10.10 with Xcode 7 on a MacPro

can you post any errors / screenshots / log ?

View Article
Browsing all 40524 articles
Browse latest View live