THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/02/2011 at 09:23, xxxxxxxx wrote:
Hello again,
seems like I'm the most active asking person here.
Well of course all you pros do not need to put questions.
Anyway here is my question:
Is it possible to integrate a language called "Processing" into Py4D somehow ?
Processing is to generate fractals, and crazy things with a syntax that is >95% like Java.
So therefore I stumpled upon Jython that combines the power of them both.
But unfortunately I need it in py4d and not somewhere external.
Of course the functions are simple, but to translate it into Py4D will can become very frustrating.
For example if you want to read the y-mouseposition, you just call mouseY in Processing but there is no easy equivalent in PY4D for such a simple event.
Importing _tkinter doesn't work as well.
Maybe someone did something like this before or found a link in the web.
Thank u for ur time