Skip to content

Commit 66311af

Browse files
authored
Refactor project directory names for consistency
Updated project directory section to remove trailing slashes from directory names for consistency.
1 parent 1b6a14b commit 66311af

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Welcome to my Creative Coding repository! This project serves as a digital sketc
1313

1414
This repository explores various concepts of computer graphics, animation, and interactivity. Here is a detailed breakdown of the experiments included:
1515

16-
* **`Alien/`**
16+
* **`Alien`**
1717
* Generative character design using algorithmic shapes to create animated or static extraterrestrial figures.
18-
* **`Audio Visualization/`**
18+
* **`Audio Visualization`**
1919
* Projects that utilize the `p5.sound` library to map audio frequencies and amplitudes to real-time visual graphics.
20-
* **`Car/`**
20+
* **`Car`**
2121
* 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`**
2323
* Transforming raw datasets into compelling visual narratives using geometric mapping and color theories.
24-
* **`Game/`**
24+
* **`Game`**
2525
* 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)*
2727
* 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)*
2929
* Particle systems and kinetic shapes programmed to follow the user's cursor, creating beautiful, fading visual trails.
30-
* **`Simple Pattern/`**
30+
* **`Simple Pattern`**
3131
* Mathematical art utilizing loops (for/while) and trigonometry to generate mesmerizing geometric tessellations and repeating patterns.
32-
* **`Typography/`**
32+
* **`Typography`**
3333
* Kinetic typography experiments manipulating text, fonts, and letterforms dynamically across the screen.
34-
* **`Work with Images/`**
34+
* **`Work with Images`**
3535
* Pixel manipulation and image processing, including custom filters, masking, and extracting color data from loaded images.
3636

3737
---

0 commit comments

Comments
 (0)