You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,25 @@ Welcome to my Creative Coding repository! This project serves as a digital sketc
13
13
14
14
This repository explores various concepts of computer graphics, animation, and interactivity. Here is a detailed breakdown of the experiments included:
15
15
16
-
***`Alien/`**
16
+
***`Alien`**
17
17
* Generative character design using algorithmic shapes to create animated or static extraterrestrial figures.
18
-
***`Audio Visualization/`**
18
+
***`Audio Visualization`**
19
19
* Projects that utilize the `p5.sound` library to map audio frequencies and amplitudes to real-time visual graphics.
20
-
***`Car/`**
20
+
***`Car`**
21
21
* Explorations in basic 2D physics, motion, and object-oriented programming to animate and control a vehicle on the canvas.
22
-
***`Data Visualization/`**
22
+
***`Data Visualization`**
23
23
* Transforming raw datasets into compelling visual narratives using geometric mapping and color theories.
24
-
***`Game/`**
24
+
***`Game`**
25
25
* Interactive web-based mini-games showcasing logic, state management, collision detection, and user input handling.
26
-
***`Interactve Art/`***(Interactive Art)*
26
+
***`Interactve Art`***(Interactive Art)*
27
27
* Generative canvases that respond dynamically to user interactions such as clicks, drags, and keyboard inputs.
28
-
***`Mouse Trials/`***(Mouse Trails)*
28
+
***`Mouse Trials`***(Mouse Trails)*
29
29
* Particle systems and kinetic shapes programmed to follow the user's cursor, creating beautiful, fading visual trails.
30
-
***`Simple Pattern/`**
30
+
***`Simple Pattern`**
31
31
* Mathematical art utilizing loops (for/while) and trigonometry to generate mesmerizing geometric tessellations and repeating patterns.
32
-
***`Typography/`**
32
+
***`Typography`**
33
33
* Kinetic typography experiments manipulating text, fonts, and letterforms dynamically across the screen.
34
-
***`Work with Images/`**
34
+
***`Work with Images`**
35
35
* Pixel manipulation and image processing, including custom filters, masking, and extracting color data from loaded images.
0 commit comments