Différences entre versions de « Catégorie:Communauté »
De wikilab
(Created blank page) |
|||
Ligne 1 : | Ligne 1 : | ||
+ | <processingjs> <processingjs> | ||
+ | void setup(){ | ||
+ | |||
+ | size( 200, 200 ); | ||
+ | strokeWeight( 10 ); | ||
+ | |||
+ | } void draw(){ | ||
+ | |||
+ | background(0); | ||
+ | ellipse( mouseX, mouseY, 100, 100 ); | ||
+ | |||
+ | } | ||
+ | |||
+ | </processingjs> |
Version du 25 novembre 2019 à 20:26
<processingjs> <processingjs>
void setup(){
size( 200, 200 ); strokeWeight( 10 );
} void draw(){
background(0); ellipse( mouseX, mouseY, 100, 100 );
}
</processingjs>
Cette catégorie ne contient actuellement aucune page ni fichier multimédia.