Eric Van Albert

Results 39 comments of Eric Van Albert

It looks like your OpenSCAD isn't finding the included file `kwikset.gen.scad`. According to [this page on OpenSCAD's wiki](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Include_Statement), > Library files are searched for in the same folder as the...

Did you get this running? I would like to close this issue.

This is hella slow on my machine though, probably we want to find a better way to do this

Once `outputs_are_nodes_too` is merged in, I'll work on FFMPEG integration. Shouldn't be too hard. Hopefully the huge amount of refactoring fixed those weird graphical glitches but if not we'll look...

Throwing this to @zbanks since he took care of the dedicated FFmpeg output node. Shouldn't be hard to tack something similar onto ScreenOutputNode.

I recall having tried using QAudioInput, but it was much too high latency to be useful. Portaudio offers fairly good control over buffer sizes and latency, and I had used...

We don't really. I recall it being very obvious (100+ ms.) I've also been meaning to add an "anticipation" field to the tempo controls, that will offset the time of...

I would rather you fork off of #59 and subclass `SelfTimedReadBackNode`. You can look at `ConsoleOutputNode` to learn how to use it. It dumps an array of pixel colors at...

Working on MacOS, needs fairly substantial work...

@probonopd working on it :) differing versions of stdc++ and other non-bundled libs is such a pain though... any tips on how to take care of that?