Skip to content

Instantly share code, notes, and snippets.

@valxyz
valxyz / grid.pde
Created March 13, 2024 00:12
processing draw grid
float time = 0.0;
int dpi = 1;
float scalex = 50.0;
float scaley = 50.0;
color colorbackground = #0E1012;
color colorhud = #E5DCDC;
void setup() {
size(900,505,P2D);
@valxyz
valxyz / processingsupportedextension.txt
Created March 13, 2024 00:00
processing supported extension
processing can only save these formats: supported extension (JPG, jpg, tiff, bmp, BMP, gif, GIF, WBMP, png, PNG, JPEG, tif, TIF, TIFF, wbmp, jpeg)