Elliot Woods

Results 115 issues of Elliot Woods

Since F2C, F77, i77, BLAS, LAPACK are a bit tricky on windows it would be great to have a binary build of the library. I presume there must be one...

hey. not sure if i'm using this 100% correctly but if i have 2 ofxZmqPair's: - Client - Server If I quit the client and reopen, then the connection will...

``` c++ GLMmodel* glmReadOBJ(char* filename) { GLMmodel* model; FILE* file; /* open the file */ file = fopen(filename, "r"); if (!file) { fprintf(stderr, "glmReadOBJ() failed: can't open data file \"%s\".\n",...

Hi there! Thanks for sharing you great contribution! I'm wondering if you have documented your serial protocol somewhere. It seems you're keeping the protocol the same between your different RET...

i get the following errors when installing glmpython against current glm master branch: https://gist.github.com/elliotwoods/68caea5535584d71ec976ab07414d72b considering the the permissive license of glm, i'd suggest either: 1. packaging the suggested version of...

Nice tool! I'm hoping you might be able to help me fix something here.. Apologies for the long example. If i try to decode: `gaNBcHCBqlByb2plY3Rpb26Bp3BpY3R1cmXcAPbNSFjNQ3/NSFjNQ//NQ/HNSL/NP83NTP/NGsnNVL/NCv/NUn/R+evNP//R/D/NNr/R/c3NJX/R+WbNIv/R0UfNI//RvVnNMH/Ru4nNMj/RuwXNMv/Ru0fNVv/R137NXz/R4yTNXn/NG9LNP//NJajNOH/NVQfNOn/NVpTNO//NUF7NV//NTDrNXL/NIxLNYD/NFA7NWn/NEfzNWL/NCr3NM7/R/lHNK7/R+J/NKv/RzJ/NNP/RxNvNPD/Rtp7NU3/RtlzNWr/Ry9jNbX/R2hTNbj/NBIfNWn/NFyrNUf/NGsnNUX/NMtzNWz/NM2DNXT/NHNvNbz/ND6jNb3/R62zNWv/R6NXNUb/R1KXNND/RycbNMn/RvmLNNT/Rs8XNPn/RsXHNQr/Rr1/NTj/RsS/NUb/RvFDNV//RwsnNWH/R3GnNVH/R5brNUH/R+/3NP7/NAa7NOr/NEj/NMv/NGLfNM7/NHR7NNP/NJ/3NPz/NKxjNQz/NLrjNUP/NLnXNUb/NLa/NU3/NJOLNWL/NGsnNWH/NDEvNT3/NCv/NRv/NCfbNPr/NBU3NMX/R/xjNLL/R5oHNKr/R1jLNMv/R0xfNNj/RzWXNQ3/RzzXNTr/R0tXNVD/R22DNV3/R4I3NVz/R+vTNTX/R/lHNS3/ND+rNP3/NFJPNPH/NFmPNOv/NJF3NOP/NKpPNOf/NMtzNQH/NMtzNQr/NMtzNQ7/NKg/NTz/NJm/NUP/NI5bNUX/NIo3NUL/NIcbNT7/NGLfNPn/NGDPNOf/NF2zNM//NFufNM7/NE8zNMn/NECzNMn/NDp/NMr/NCKvNNL/NBlbNNf/Q3806f9H+Uc08f9H8P81Df9H8P81FPyDNSD/Mpc1If80MS81Jf80R/M1Hv80Yt81Ev80l680/v80qk80+f80t8c09f80uuM09P80zHs09P80z5c09P800rM09P8040M0+P8040M0+f803hc0/Pw==` I see (note the last...

Ideally should provide facility to generate an RGBA stream (not a BGRX which is incompatible with the texture definition) Could also use XBGR, and offset the read by 1px (i've...

`SkeletonBone` and `Skeleton` are in the global namespace i can see perhaps this is ok for new users, but for more complex projects it causes little nightmares.

the first is an int, the second is an enum perhaps i'm not understanding correctly, but shouldn't `getEndJoint()` return a `_NUI_SKELETON_POSITION_INDEX` not an `int`?

sample failure is to try and open the same device in 2 processes, still returns true. this is perhaps a bug with KinectCommonBridge rather than this double-wrapper an `isUpAndRunning()` style...