Is there a way to integrate a processing sketch written in Python on a web page?

The title says it all.

I spent a lot of time designing a sketch in processing using Python.

Now I would like to put a thumbnail on a web page.

Of course, I could just translate the sketch from python to javascript and use the javascript library for processing.

However, this would be a very lengthy process. So, do you know if there is a way to integrate a python sketch on a website? If so, how to do it?

Thank you in advance!

+4
source share
1 answer

. . , python Jython (Python on JVM), :

  • Jython - Java
  • - Java Java-
  • .js, -.

, , Java 100% - , Javascript processing.js.

0

All Articles