Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed May 5, 2024
1 parent 070aedc commit 925c87e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Rusty_Art 🌈 🎨
# 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)
[![Build & Release](https://github.com/altunenes/rusty_art/actions/workflows/release.yml/badge.svg)](https://github.com/altunenes/rusty_art/actions/workflows/release.yml)

![banner](https://github.com/altunenes/rusty_art/assets/54986652/c262d693-e7e6-48c1-b4a3-1ef07e4491dc)


**Creative coding with Rust!** πŸ¦€


In this repository, I will create animations and optical illusions that allow for the generation of various patterns in my spare time. So, this repo is consistently updated and current πŸ˜„
In this repository, I will create animations and optical illusions that allow for the generation of various patterns in my spare time. So, this repo is consistently updated and current πŸ™‚

Most of my files feature a **graphical user interface (GUI)**, enabling real-time adjustments to the animations and opening up the possibility to create thousands of unique patterns. With egui, you can also include your own textures or images without needing to hard-code changes.
Most of my files feature a **graphical user interface (GUI)**, enabling real-time adjustments to the animations and opening up the possibility of creating thousands of unique patterns. With egui, you can also include your own textures or images without needing to hard-code changes.


I hope you enjoy it!
Expand All @@ -26,7 +25,7 @@ I hope you enjoy it!
2. Download the binary for your operating system (Windows, macOS, or Linux) under the Assets section & Unzip the downloaded file.
3. Run the executable corresponding to the animation you want to enjoy!

This is the simplest way to enjoy `rusty_art` animations without any setup or compilation. πŸ™‚
This is the simplest way to run animations without any setup or compilation. πŸ™‚


### Compiling from Source
Expand All @@ -37,7 +36,7 @@ This is the simplest way to enjoy `rusty_art` animations without any setup or co
cargo run --release --bin <filename>
```

That's it! If you encounter any issues while opening/running files, feel free to contact me. 😊
That's it! If you encounter any issues while opening/running files, feel free to contact me. πŸ™‚


### Shortcuts πŸš€
Expand All @@ -56,7 +55,7 @@ CPU: Ryzen 7 6800h
Ram: DDR5 16GB
GPU: Nvidia RTX 3060 mobile

And I must say that some of the files are very computationally intensive. So, if you have a relatively "low-end" computer, you may not be able to run some of the scripts smoothly. I'm sorry about that. πŸ˜”
And I must say that some of the files are very computationally intensive. So, if you have a relatively "low-end" computer, you may not be able to run some of the scripts smoothly.
And please don't run the files on your computer if you don't have a good cooling system. I don't want to be responsible for any damage to your computer. πŸ˜…

Always open if you have any suggestions or "cheap" tricks (in terms of reducing computational complexity) to improve the performance of the animations. 😊
Expand Down

0 comments on commit 925c87e

Please sign in to comment.