Skip to content

Instantly share code, notes, and snippets.

@hyuki

hyuki/README.md Secret

Last active June 4, 2022 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki/dfc9cd8f639593c3f58c061e499599ae to your computer and use it in GitHub Desktop.
Save hyuki/dfc9cd8f639593c3f58c061e499599ae to your computer and use it in GitHub Desktop.
Processingをコマンドラインから動かす
size(200, 100);
noStroke();
colorMode(HSB, 100, 100, 100);
background(90, 50, 50);
save("/tmp/sample.png");
@hyuki
Copy link
Author

hyuki commented Jun 4, 2022

  • sketch_sample/sketch_sample.pdeのあたりの名前の一致は重要だし、sampleの部分に-などが入っていてはだめ。数字列はOK

@hyuki
Copy link
Author

hyuki commented Jun 4, 2022

/tmp/sample.png

sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment