diff --git a/README.md b/README.md index cac86e3..e7db651 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Rusty_Art 🌈 🎨 [![Rust](https://github.com/altunenes/rusty_art/actions/workflows/rust.yml/badge.svg)](https://github.com/altunenes/rusty_art/actions/workflows/rust.yml) @@ -76,44 +75,21 @@ Animations that are computationally intensive (in my opinion): #### 🖼️ Some Examples: -| | | | +| Attractors | Cafewall Illusion | Chladni Plate Experiments | |:---:|:---:|:---:| -| **Attractors** | **Neural Network Sim** | **Ernst Chladni's Plate Experiments** | -| **Simplicity** | **Gabor(CPU version)** | **Information Process** | -| **Organic Neuralnet** | **Peace2** | **Cafewall Illusion** | - +| [![Attractors](https://github.com/altunenes/rusty_art/assets/54986652/45c0a523-0785-4d7c-95d9-cdf2e57cd6b9)](https://user-images.githubusercontent.com/54986652/242607093-91bc7605-5223-4eae-a0dc-365e826c0792.mp) [Code](https://github.com/altunenes/rusty_art/blob/master/src/attractors.rs) | [![Cafewall Illusion](https://github.com/altunenes/rusty_art/assets/54986652/cbd0f3d1-968e-4edc-b1d0-8a9623c58100)](https://user-images.githubusercontent.com/54986652/232924117-17765b32-5da4-4c57-88d5-cdc9eecc7ff4.mp4) [Code](https://github.com/altunenes/rusty_art/blob/master/src/cafe_wall.rs) | [![Chladni Plate Experiments](https://github.com/altunenes/rusty_art/assets/54986652/2fe156d6-61fe-4c09-938b-ebd62cdcdade)](https://github.com/altunenes/rusty_art/assets/54986652/286d5567-d6ac-47ec-8889-d4371173aa7f) [Code](https://github.com/altunenes/rusty_art/blob/master/src/chladniwgpu.rs) | -| | | | +| Discrete Fourier Transform | Fluid Dynamics | Hilbert Curve Image | |:---:|:---:|:---:| -| **Fourier Cycloids** | **Pink Diamond Doesn't Move!** | **Ferris <3 in Sine Wave Oscillations** | -| **Hilbert Ferris** | **Sine-Waves From Night to Morning** | **Love <3** | -| **Leviathan's Enigma Illusion** | **Snowflakes!** | **How the Brain Processes Faces** | -| **imspiral WGPU version** | **The Night Watch in Pixel Rain** | **Psychedelic** | - +| [![Discrete Fourier Transform](https://github.com/altunenes/rusty_art/assets/54986652/09c3fd6b-8146-4bb4-9e20-561f38b8a30c)](https://github.com/altunenes/rusty_art/assets/54986652/7c32f765-5e8f-4162-b401-67c78e82ba18) [Code](https://github.com/altunenes/rusty_art/blob/master/src/dfft.rs) | [![Fake Fluid Dynamics](https://github.com/altunenes/rusty_art/assets/54986652/3e66dc73-2a90-4027-861c-7d9a50b3c6ee)](https://github.com/altunenes/rusty_art/assets/54986652/06298c66-5082-4d21-ba61-3ad1cc300d59) [Code](https://github.com/altunenes/rusty_art/blob/master/src/fluid.rs) | [![Hilbert Curve Image](https://github.com/altunenes/rusty_art/assets/54986652/3a4a4b5a-e5c0-4d9a-aa13-ed3745802bdd)](https://github.com/altunenes/rusty_art/assets/54986652/9cf62ec1-558f-4825-9e4a-e03a67936f18) [Code](https://github.com/altunenes/rusty_art/blob/master/src/hilbertimg.rs) | -| | | | +| Mandelbrot Set | Munker Illusion Clock | Neuron Simulation | |:---:|:---:|:---:| -| [View "Static" Attractors Video](https://github.com/altunenes/rusty_art/assets/54986652/443c6212-b598-42aa-b783-6a729563afee.mp4) **"Static" Attractors** | [View Lensing Video](https://github.com/altunenes/rusty_art/assets/54986652/0a751f9d-a70a-49ce-9a2f-4201305ed121.mp4) **Lensing** | [View Sampling by Ellipses Based on Luminance Video](https://user-images.githubusercontent.com/54986652/248850456-13ddb1f0-3413-4fa1-a436-8008c0e1824a.mp4) **Sampling by Ellipses Based on Luminance** | -| [View Excited Polylines Video](https://user-images.githubusercontent.com/54986652/234881771-47a903ca-0888-42a1-9879-2389c962adb3.mp4) **Excited Polylines** | [View Pinna Illusion Video](https://user-images.githubusercontent.com/54986652/236040873-5c9582ee-fe01-4e28-9240-155065f687a2.mp4) **Pinna Illusion** | [View mandelbrotwgpu Video](https://github.com/altunenes/rusty_art/assets/54986652/1476cb32-2726-4706-a02d-ce4bbd4e7f6e.mp4) **mandelbrotwgpu** | -| [View Sampling Pixels by Luminance Video](https://user-images.githubusercontent.com/54986652/245934580-e42d162b-b071-4e91-949a-de7d2f8dda87.mp4) **Sampling Pixels by Luminance** | [View Anatomy Video](https://user-images.githubusercontent.com/54986652/234882644-5b214205-3de5-47ce-8907-ba60d62e4a83.mp4) **Anatomy** | [View Lilac Chaster Illusion Video](https://user-images.githubusercontent.com/54986652/233791613-887a99ed-c3e8-4a20-8b85-0514dfdd6f56.mp4) **Lilac Chaster Illusion** | -| [View Flower Video](https://user-images.githubusercontent.com/54986652/235549644-9d76292a-785c-44e5-9dd5-2b1c175a49f0.mp4) **Flower** | [View Brain Gathering the Signals Video](https://github.com/altunenes/rusty_art/assets/54986652/131c61f2-f826-4b32-bacd-86baf039dba6.mp4) **Brain Gathering the Signals** | [View Attractors2 Video](https://user-images.githubusercontent.com/54986652/244553268-5714a356-6d3e-43f4-a38e-b976f514eb13.mp4) **Attractors2** | +| [![Mandelbrot Set](https://github.com/altunenes/rusty_art/assets/54986652/41b57442-7a0a-4070-aa8a-83ab5e6cadb0)](https://github.com/altunenes/rusty_art/assets/54986652/1476cb32-2726-4706-a02d-ce4bbd4e7f6e.mp4) [Code](https://github.com/altunenes/rusty_art/blob/master/src/mandelbrotgpu.rs) | [![Munker Illusion Clock](https://github.com/altunenes/rusty_art/assets/54986652/30bfa484-1ba4-45a3-8978-405ea65a02bb)](https://github.com/altunenes/rusty_art/assets/54986652/63f43292-e7cb-4604-984a-06c9934dc50e) [Code](https://github.com/altunenes/rusty_art/blob/master/src/munkerclock.rs) | [![Neuron Simulation](https://github.com/altunenes/rusty_art/assets/54986652/91c7aea2-182a-4938-9d75-0de6e7178f0e)](ttps://github.com/altunenes/rusty_art/assets/54986652/e3ad92dd-fead-4778-bf0a-16a882b0f3ff) [Code](https://github.com/altunenes/rusty_art/blob/master/src/neurons.rs) | - -| | | | +| Snowflake Generation | Voronoi Diagrams | Galaxy | |:---:|:---:|:---:| -| **Converting Image Pixels into Hypnotic Spiral Line Thickness** | **Scramble with fbm** | **Fake fluid :-)** | -| **Sorting Pixels Based on Luminance** | **Ferris with fft!** | **My signature with fft!** | - - -| | | | -|:---:|:---:|:---:| -| **Munker illusion** | **Voronoi diagram** | **Lorenz Attractor** | - -| | | | -|:---:|:---:|:---:| -| **Ulam Sprial** | **Rainbow Gabor Patch via WGPU!** | **Galaxy in WGPU** | - - +| [![Snowflake Generation](https://github.com/altunenes/rusty_art/assets/54986652/67de1335-39d1-4317-9291-3e3a2a3514e6)](https://user-images.githubusercontent.com/54986652/235327714-f4e5bc0c-0074-42d3-9cc1-82395c4d561f.mp4) [Code](https://github.com/altunenes/rusty_art/blob/master/src/snowflakewgpu.rs) | [![Voronoi Diagrams](https://github.com/altunenes/rusty_art/assets/54986652/fefda7b1-4da1-4cba-bd55-ce58bad54469)](https://github.com/altunenes/rusty_art/assets/54986652/da40be23-8765-4a04-91a5-63b623332a79) [Code](https://github.com/altunenes/rusty_art/blob/master/src/voronoi.rs) | [![Galaxy](https://github.com/altunenes/rusty_art/assets/54986652/62a4ebee-e9f6-4c47-8e75-1d404f730a39)](https://github.com/altunenes/rusty_art/assets/54986652/248a4a9c-ccae-47cb-97fc-1bb7b25f2be2) [Code](https://github.com/altunenes/rusty_art/blob/master/src/galaxy.rs) |