Recent Releases of https://github.com/altunenes/rusty_art

https://github.com/altunenes/rusty_art - refs/tags/v1.0.8

added new animations: - mandelbrot with orbit traps -adelson's 3D luminance based illusion - GPU attractors - kleinian fields - Simple wgsl code-Golf

- Rust
Published by github-actions[bot] over 1 year ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.7

- Rust
Published by github-actions[bot] almost 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.6

added: smooth Voronoi on Image

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.5

Added New Optical illusion "dottedlines.rs":

  • Illusory Movement of Dotted Lines but my own Gabor Version :-)
  • Some egui improvements and mandelbulb fine-tuning.

the story about the illusion and source paper:

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.4

add: - Mandelbulb: 3D Fractal

Fix: - WGSL-related error for 3D neuron

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.3

UI updates. Added - 3D Neuron SDF + Ray march

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.2

Added:

  • 2D Gaussian Splats using SLIC: Implemented 2D Gaussian splats using Simple Linear Iterative Clustering (SLIC). This animation does not take direct image input but retrieves image data through a neural network. For a detailed explanation, check out my blog post on this topic. Note: Image data has been compressed in Python. You will find the Python code in my blogpost. :-)

  • Gabor Filter for Images: Introduced a fun, yet resource-intensive, Gabor Filter. Note, In this filter you can also feel a “motion without movement” effect. ;-)

  • Rorschach Inkblots using 3D Simplex Noise: Rorschach Inkblots using 3D simplex noise for psychological image assessments.

Updates

  • Mandelbrot and Galaxy Enhancements: Enhanced the Mandelbrot and Galaxy animations with more customizable parameters in the user interface.

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.1

  • removed "images" folder, and added "load image" button for easy custom texture handling.

now you will be able to use the images you want in real time.

Extras (shortcut improvements): - "H" hides the interface. - "F" full screen. - "mouse wheel" zoom

- Rust
Published by github-actions[bot] about 2 years ago

https://github.com/altunenes/rusty_art - refs/tags/v1.0.0

image

I thought this image had a deep meaning and I wanted to create a "release" (for .exes).

  • Cross-Platform Binaries: Users can effortlessly run animations across different platforms.
  • Inclusion of Shaders with WGSL
  • Egui Integration: Nearly all animation (including shaders) is offering interactive controls and customization options.

- Rust
Published by github-actions[bot] about 2 years ago