A tool for generating fractal designs using either a simple language, or through a graphical interface.
Ensure you have the following installed:
-
Microsoft Visual Studio C++ Build Tools: Install the Build Tools for Visual Studio 2022. Select "C++ build tools" and the Windows 10 SDK during installation.
-
WebView2: Included in OS on Windows 10 (Version 1803 and later) and Windows 11. Otherwise, download the Evergreen Bootstrapper if on older version of Windows.
- CLang and macOS Development Dependencies
- Run
xcode-select --installin the terminal
- System Dependencies
- Debian:
sudo apt update && sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev - Other distros: See Tauri docs
For more details, see the Tauri Prerequisites.
- Open Project:
cd interactive-fractal-generator - Install Dependencies:
npm install
- Install Tauri CLI:
npm install -g @tauri-apps/cli
- Run in Development Mode:
npx tauri dev
- Build Executable:
npx tauri build
The executable will output to the \src-tauri\target\release folder.
cd src-tauricargo testThis will run all tests in the terminal



