Naoto Hieda

Results 31 issues of Naoto Hieda

fixing bug #13. I don't know if this is the best way to fix, though

I had issues loading IR/Color on Windows while NiViewer works. I compared the code and the only difference is that, in NiViewer, `stream.start()` is called right after `stream.create()`. I changed...

- Windows Code::Blocks support in `src/ofxNatNet.cpp` - changed `interface` to `_interface` for avoiding name conflict - `command_socket.bind(...)` block is deleted since it "Cannot be used together with connect()." according to...

https://stackoverflow.com/questions/42998376/three-js-transparent-planes-hiding-sprites ```javascript material = new THREE.MeshBasicMaterial( { color: 0xa6cfe2, side: THREE.DoubleSide, transparent: true, opacity: 0.5, depthWrite: false } ); ```

bug

This is not an issue but rather a feature request - currently the component loads the texture every time when `` is processed, right? I made a workaround to reuse...

enhancement

When including ofxOsc, there is a duplicate class `NetworkInitializer` in `NetworkingUtils.h` from ofxOsc and `PocoNetMdd.lib` from Poco. I cannot test vanilla oF as I don't have access to VS2012 right...

Hi liquidzym, It seems your RtAudio is compiled with only `AUDIO_WINDOWS_ASIO` so that other sound I/Os (e.g., headphones, microphones) cannot be used (unless through ASIO). I recommend you to compile...

I've been testing if I can improve the performance https://glitch.com/edit/#!/p5-glitch-testing https://p5-glitch-testing.glitch.me/ (note that `frameRate()` is deceiving so I added a moving circle to visualize the framerate) some changes: * [`toDataURL`](https://github.com/ffd8/p5.glitch/blob/master/p5.glitch.js#L160)...

basically this is a fix for https://github.com/chkothe/pylsl/issues/1, supporting Raspberry Pi (armv7l). I included a shared object built based on instructions found [here](https://github.com/sccn/labstreaminglayer/issues/74) (thanks @dmedine). Also pylsl.py is edited to consider...

I noticed the example doesn't appear to be stereo, and this is probably due to the units. `SetIPD(float)`'s default value or the default disparity is 0.064 meters but the example's...