Anonymous JS functions
Hi all,
Does anyone knows if there is a way to use anonymous functions (like the C lambdas) in JS? It would be quite useful in cases like the apply
and applydeep
functions.
-N
Hi Nikolas, I post in this thread for the sole purpose of contacting you as I didn't find any other way around.
I'm in the process of compiling and sharing recreations of builtin Max objects as jspainter or jsui files, so people can start from that if they want native objects look but with some changes that aren't possible only through the objects attributes. And also as learning/resource material.
I found your rotateUI180 example and your panel and matrxctrl remakes that I both modified to better match the original objects appearances. I was wondering if I could share the result publicly on a Github repo by mentioning you as the original author. If you agree, is there any kind of licensing you would go for? By default I would go with the MIT license, unless the original author - in this case you - prevents this.
Let me know your thoughts about this, and also thanks for the code regardless of your decision!