Using Processing on a server to create images behind the scenes

前端 未结 5 1890
礼貌的吻别
礼貌的吻别 2020-12-16 06:26

The way I see most people use Processing is for drawing an image directly onto a screen or webpage on the client side.

How would one use Processing to create an imag

5条回答
  •  悲哀的现实
    2020-12-16 07:25

    You could download the java version of Processing here and use that. Processing is not limited to javascript. As Ben mentions, it started as a java program. The homepage also lists implementations in javascript, clojure, ruby, and scala.

    How to integrate this into the rest of your web page depends mostly on your web framework.

提交回复
热议问题