processing/processing4

having noSmooth(); in setup will trigger a duplicate settings() warning

オープン

#823 opened on 2024/02/18

 (6 件のコメント) (2 件のリアクション) (0 人の担当者)Java (176 件のフォーク)auto 404
bughas attachmenthelp wantedpreprocessor

Repository metrics

Stars
 (439 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Created by: clankill3r

Processing 4.3 Windows 10

I thought I was going crazy :)

void settings() {
 
}

void setup() {
  noSmooth();
}

image

コントリビューターガイド