Jasper van Loenen

Results 24 issues of Jasper van Loenen

I'm trying to get ofxOpenVR to work with the latest nighly of openFrameworks, using Visual Studio 2015 on Windows 10 (which is kind of a challenge as I'm normally a...

Edit: updated from "whats wrong?" to "I think I know what's wrong" When compiling the code using platformIO I get the following error ``` Linking .pio/build/esp12e/firmware.elf /home/javl/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: .pio/build/esp12e/src/handler/dots_handler.cpp.o:(.text._ZN15AbstractHandlerD2Ev[AbstractHandler::~AbstractHandler()]+0x0): undefined reference...

The description of this project sounds great, but looking at the guide I see the example uses scriptTag, which is deprecated in 2.0 themes. So was wondering what the state...

Came across [this repo](https://github.com/upiir/arduino_oled_animations) to create animations for use with OLED displays. It would be nice to update image2cpp to allow converting all frames of a .gif instead of having...

enhancement
help wanted

I'm trying to run the loopFindr app on OSX (10.9.4, no XCode installed), but after loading my file the screen stays gray and nothing happens. Starting the app from the...

I'm not sure if you'd be interested in making any updates to keysweeper, but I'll post this here anyway. Might be useful for other people trying to get it to...

As mentioned in issue #80 some devices will add black areas when using chroma due to problems when rounding the alpha value. This pull request adds a precision argument to...

Thank you for this example, it was just what I needed to use my IP camera as a texture. I did have some trouble finding a cross-platform alternative to ```System.Drawing.dll```,...

- More verbose output (whole sentences, capitals, etc.) - Added --force argument (was already in code, but not accepted as argument) - Added --available-platforms argument that returns a (hard-coded) list...

When running sublime_terminal on my system, a xterm window is opened, instead of the terminal emulator I normally use (terminator). Looking through the code, you seem to try and detect...