Toot

Written by EricRogerGarcia on 2025-01-29 at 09:42

int startHeight, startWidth;

void setup() {

size(800, 600);

surface.setResizable(true);

startWidth=width;

startHeight=height;

}

void draw() {

background(0);

translate(width/2, height/2);

scale(width/startWidth, height/startHeight);

rect(0,0, 200, 100);

println(width+ " - "+height);

}

=> More informations about this toot | View the thread | More toots from ericrogergarcia@ludosphere.fr

Mentions

Tags

Proxy Information
Original URL
gemini://mastogem.picasoft.net/toot/113910987848929229
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
224.474531 milliseconds
Gemini-to-HTML Time
0.821693 milliseconds

This content has been proxied by September (3851b).