Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

refs/tags/v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Apr 17:06
· 86 commits to master since this release

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.