Skip to content

Rodrigodd/attractor-wallpaper

Repository files navigation

Attractor Renderer

This is a program for finding strange attractors, as first described by Paul Bourke in this article, and rendering them using a color gradient, intended to be used as wallpapers.

img

Building

Attractor-Egui

The main crate is attractor-egui, which is a Windows, Linux and Mac OS (MacOs is untested) application. To build it, you need to have a recent version of the Rust toolchain installed.

cargo build -p attractor-egui --release

Or to run it directly:

cargo run -p attractor-egui --release

Android

There is also an Android version. To build it, you can to open the android folder in Android Studio, and build it from there. You need to have installed the Android NDK and SDK (see build.gradle.kts for the versions used).

Acknowledgements

Inspired by:

Some of the code is derived from:

About

A tool for rendering random strange attractors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published