Kenneth Lim
Kenneth Lim
@stampyzfanz I would prefer not to tie the behaviour of `mouseIsPressed` to the animation loop, one is because it is more idiomatic for it to be controlled by the mouse...
I don't quite understand what you mean by running global mode on a namespace that isn't `window` since running on `window` is how global mode works.
I'm afraid I still don't understand this. Specifically I don't understand what skulpt is doing that means it cannot access `window`.
The `_createFriendlyGlobalFunctionBinder` function that you found is a Friendly Error System function that detects if a global p5 created variable is overwritten by the user, the possibility to bind global...
You can define `p` above as usual in instance mode and the use `Object.assign` to attach what's in `p` to `__main__`.
Was looking to do some updates recently and came across this. I would suggest a deprecation message on `getJob` and make it an alias of `resumeJob`, although I wanted to...
I'll make a PR for this according to proposal above in the next few days.
As long as After Effects is installed on a server, it can run nexrender. You may want to look into the `nexrender-server` and `nexrender-worker` for effective remote rendering. You don't...
Yes, it will need after effects to be installed. Nexrender does not work without after effects.
As long as the server you have is running Windows or macOS and thus can install After Effects, they will work. You will need to set up Nexrender, make all...