Interactive Fractal Generator

A tool for generating fractal designs using a simple language or graphical interface.

August 1, 2024
1 min read
RustTypeScriptTauriVite

Project Overview

This was my final Bachelors project at university. This Fractal Generator is a tool that allows users to generate fractals using either a custom scripting language or a graphical interface.

Built with Rust and TypeScript, and powered by Tauri for cross-platform desktop support.

Key Features

  • Code editor for custom fractal scripts
  • Graphical fractal builder
  • Real-time output and animation preview
  • Cross-platform desktop support

Technologies Used

  • Rust (backend)
  • TypeScript (frontend)
  • Tauri (desktop app framework)
  • Vite (build tool)

Screenshots

Output View

Fractal Output UI
Fractal Output UI

Fractal Builder

Fractal Builder UI
Fractal Builder UI

Example Fractal

Example Fractal
Example Fractal

Code Editor

Code Editor UI
Code Editor UI

Last updated: August 2025