Robin Swift
Robin Swift
Copying over some useful advice in the README on this topic. ## KISS SDL Rather than directly including the source code I think it would be informative to use the...
After the introduction of `TinyScheme` the actuator system is now "an action" is a C function that is callable from Scheme with a set of associated data that allow the...
The relevant code: ``` void get_n_floats(const char *command, float *out, int n) { int i; char modifyable[100]; strcpy(modifyable, command); char *rest = (char*)modifyable; for (i=0; ilineTo(pos[0]+out[0]*scale[0], pos[1]+out[1]*scale[1]); break; case 'A':...
Hi, so partly this is because libembroidery hasn't shipped yet so we can't get it from the local package manager. I _think_ the install will have failed because I'm developing...
Oh that segfault is a badly placed freeing of memory... and I'd fixed it in the last commit that I hadn't pushed. You can try it now but there's not...
I'm closing this now because changes to the build system have fixed the issues you were having.
I don't have a Mac, so when my Android build works I think it should be your job to imitate that build using the same source code for iOS @JoshVarga...
For specifics on the actuator, we have issue #282 , this is the parent issue for that one.
Also for the history of this change start with #143
I'm going to add a feature in libembroidery to do the render, so we don't backend to Qt for it.