結論としてはprocessingのIDEを入れてPythonモードというのにしたら動かせたのだが、釈然としないので背景を知りたい。 Python Mode for Processing, or Processing.py is a Python interface to the underlying Java toolkit. It was chiefly developed by ...
Processingからシェーダー(GLSL)を呼んであれこれ。 これProcessing.pyでアート、というかほぼGLSLだな?という気もするけれど、Processingのコードに関する工夫もあったりするのでひとまずこのタイトルで。 まずProcessing.pyのコードがこちら。 def setup(): size(600, 600, P2D ...
mewnala (working title) is a new Python implementation of Processing built on top of libprocessing. libprocessing is an experimental Rust library that aims to support ...