coordinates

This commit is contained in:
gauthiier 2023-01-09 11:59:35 +01:00
parent 8c0870bddc
commit 523c57215a

View File

@ -1,6 +1,6 @@
# Basics 101 # Basics 101
## 👋 P5js Editor ## 👋 p5js Editor
<p align="center"> <p align="center">
<img src="https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/img/editor.p5js.png" alt="autopilot creativity" height="650"/> <img src="https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/img/editor.p5js.png" alt="autopilot creativity" height="650"/>
@ -79,6 +79,12 @@ function mouseMoved() {
// Reference: https://p5js.org/reference/ // Reference: https://p5js.org/reference/
``` ```
## 🤔 What are (x,y) coordinates (in p5js)?
<p align="center">
<img src="https://gitlab.com/aesthetic-programming/book/-/raw/master/source/1-GettingStarted/ch1_11.png" height="200"/>
</p>
## Sketch: 1.2 Variables ## Sketch: 1.2 Variables
```javascript ```javascript