GitPedia
altunenes

altunenes/rusty_art

Creative coding and visual illusions in Rust.

10 Releases
Latest: 1y ago
v1.0.9Latest
github-actions[bot]github-actions[bot]·1y ago·December 20, 2024
GitHub

New animations mostly with Signed Distance Functions Happy New Year :-) ![2025](https://github.com/user-attachments/assets/837228eb-5d30-449f-8271-5ec0d7ac12ca)

refs/tags/v1.0.8v1.0.8
github-actions[bot]github-actions[bot]·1y ago·November 14, 2024
GitHub

📋 Changes

  • mandelbrot with orbit traps
  • GPU attractors
  • kleinian fields
  • Simple wgsl code-Golf
refs/tags/v1.0.7v1.0.7
github-actions[bot]github-actions[bot]·1y ago·September 10, 2024
GitHub
refs/tags/v1.0.6v1.0.6
github-actions[bot]github-actions[bot]·2y ago·May 31, 2024
GitHub

added: smooth Voronoi on Image

refs/tags/v1.0.5v1.0.5
github-actions[bot]github-actions[bot]·2y ago·May 23, 2024
GitHub

📋 Changes

  • Illusory Movement of Dotted Lines but my own Gabor Version :-)
  • Some egui improvements and mandelbulb fine-tuning.
refs/tags/v1.0.4v1.0.4
github-actions[bot]github-actions[bot]·2y ago·May 5, 2024
GitHub

📋 Changes

  • Mandelbulb: 3D Fractal
  • WGSL-related error for 3D neuron
refs/tags/v1.0.3v1.0.3
github-actions[bot]github-actions[bot]·2y ago·May 4, 2024
GitHub

📋 Changes

  • 3D Neuron SDF + Ray march
refs/tags/v1.0.2v1.0.2
github-actions[bot]github-actions[bot]·2y ago·April 23, 2024
GitHub

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](https://altunenes.github.io/posts/2024/04/gauss/).
  • 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.
refs/tags/v1.0.1v1.0.1
github-actions[bot]github-actions[bot]·2y ago·April 18, 2024
GitHub

📋 Changes

  • removed "images" folder, and added "load image" button for easy custom texture handling.
  • "H" hides the interface.
  • "F" full screen.
  • "mouse wheel" zoom
refs/tags/v1.0.0v1.0.0
github-actions[bot]github-actions[bot]·2y ago·April 14, 2024
GitHub

📋 Changes

  • 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.