{"id":18866264,"url":"https://github.com/adia-dev/frakt-rs","last_synced_at":"2025-10-23T23:43:51.260Z","repository":{"id":218632510,"uuid":"739611162","full_name":"adia-dev/frakt-rs","owner":"adia-dev","description":"Explore the beauty of fractals! A high-performance, real-time fractal rendering system using distributed computing for stunning visualizations.","archived":false,"fork":false,"pushed_at":"2024-02-28T22:44:39.000Z","size":16402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T09:36:38.785Z","etag":null,"topics":["colors","fractal","fractals","math","networking","rust","rust-lang","worker"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adia-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-06T02:12:49.000Z","updated_at":"2024-02-21T21:36:17.000Z","dependencies_parsed_at":"2025-07-01T23:04:26.429Z","dependency_job_id":"336cd075-d12d-447d-957d-067f7e8eb036","html_url":"https://github.com/adia-dev/frakt-rs","commit_stats":null,"previous_names":["adia-dev/frakt-rs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adia-dev/frakt-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ffrakt-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ffrakt-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ffrakt-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ffrakt-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adia-dev","download_url":"https://codeload.github.com/adia-dev/frakt-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ffrakt-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270940733,"owners_count":24671689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colors","fractal","fractals","math","networking","rust","rust-lang","worker"],"created_at":"2024-11-08T05:06:05.870Z","updated_at":"2025-10-23T23:43:46.233Z","avatar_url":"https://github.com/adia-dev.png","language":"Rust","readme":"# Project Title: Frakt\n\nThis project is originally a school group project that I have decided to explore further and make it my own. The original project was a distributed system for generating and visualizing complex fractals in real-time. The project was built with Rust.\n\nYou can find the specific requirements for the original project in this\n[repository](https://github.com/haveneer-training/frakt).\n\n## 📖 Overview\n\nFractal Renderer is a high-performance, distributed system for generating and visualizing complex fractals in real-time. Built with Rust, it leverages the power of asynchronous programming and network communication to create stunning fractal images. The system supports various fractal types, including Mandelbrot, Julia sets, and Newton-Raphson, and offers customizable color palettes for vivid visualization. It also supports distributed workers for scalable fractal generation and interactive controls for real-time interaction with the fractal rendering.\n\n![Demo](./assets/videos/demo.gif)\n\n![Newton Raphson](./assets/images/newton_raphson.png)\n\n## ✨ Features\n\n- **High-Performance Rendering:** Utilizes worker dispatching and multi-threading for fast and efficient fractal rendering.\n- **Distributed System:** Supports distributed workers for scalable fractal generation.\n- **Interactive Visualization:** Offers real-time interaction with the fractal rendering, including zooming and panning.\n- **Multiple Fractal Types:** Supports various fractal types including Mandelbrot, Julia sets, and Newton-Raphson.\n- **Customizable Color Palettes:** Dynamic color palettes for rich and vivid fractal visualization.\n- **Cross-Platform:** Runs on multiple platforms including Windows, macOS, and Linux.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Rust and Cargo (latest stable version)\n- TCP/IP network setup for distributed workers (optional)\n- TODO: Web browser for real-time visualization (optional)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/adia-dev/frakt.git\n   cd frakt\n   ```\n\n2. **Build the project:**\n\n   ```sh\n   cargo build --release\n   ```\n\n3. **Run the server (on the host machine):**\n\n   ```sh\n   cargo run -- --log-level debug server --width 800 --height 800 --address \"localhost\" --tiles 8\n   ```\n\n4. **Run worker instances (on worker machines, optional):**\n\n   ```sh\n   cargo run -- --log-level debug worker --address \"localhost\" --port 8080 --count 10 --name \"worker-1\"\n   ```\n\n### Configuration\n\nEdit `config.toml` (or pass command-line arguments) to customize server settings, fractal parameters, and rendering options.\n\n## 🖥️ Usage\n\n- **Interactive Controls:**\n\n  - **Zoom:** Scroll up/down or `P`/`M` keys.\n  - **Pan:** Arrow keys to move the view.\n  - **Change Fractals:** `K` key to cycle through fractal types.\n  - **Change Color Palette:** `L` key to cycle forward through color palettes, `J` for backward.\n\n- **Web Interface WIP:** Access the web dashboard at `http://\u003cserver_ip\u003e:\u003cserver_port\u003e` for real-time visualization (when enabled).\n\n## 📚 Documentation\n\nTODO:\nFor detailed documentation on fractal algorithms, system architecture, and API references, visit `[Documentation Link]`.\n\n## 🎨 Gallery\n\n\u003cfigure\u003e\n  \u003cimg src=\"./assets/images/mandelbrot.png\" alt=\"Mandelbrot\" style=\"width:100%\"\u003e\n  \u003cfigcaption style=\"text-align:center\"\u003eMandelbrot\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n  \u003cimg src=\"./assets/images/iterated_sin_z.png\" alt=\"Iteraded Sin Z\" style=\"width:100%\"\u003e\n  \u003cfigcaption style=\"text-align:center\"\u003eIteraded Sin Z\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n  \u003cimg src=\"./assets/images/newton_raphson.png\" alt=\"Nova Newton Raphson Z3\" style=\"width:100%\"\u003e\n  \u003cfigcaption style=\"text-align:center\"\u003eNova Newton Raphson Z3\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n  \u003cimg src=\"./assets/images/julia.png\" alt=\"Julia\" style=\"width:100%\"\u003e\n  \u003cfigcaption style=\"text-align:center\"\u003eJulia\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n  \u003cimg src=\"./assets/images/nova_newton_raphson.png\" alt=\"Nova Newton Raphson Z4\" style=\"width:100%\"\u003e\n  \u003cfigcaption style=\"text-align:center\"\u003eNova Newton Raphson Z4\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n## 🤝 Contributing\n\nContributions are welcome! Please see `CONTRIBUTING.md` for how to contribute to the project, including bug reporting, feature requests, and code submissions.\n\n## 📜 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 👥 Authors \u0026 Acknowledgments\n\n- **Abdoulaye Dia** - _Initial work_ - [adia-dev](https://github.com/adia-dev)\n\nSpecial thanks to all the resources, libraries, and tools that made this project possible.\n\n- [Rust](https://www.rust-lang.org/)\n- [Tokio](https://tokio.rs/)\n- [Pixels](https://github.com/parasyte/pixels)\n- Fractal documentation and resources\n  - [Wikipedia](https://en.wikipedia.org/wiki/Fractal)\n  - [Mandelbrot with Rust](https://rotgers.io/posts/mandelbrot-rust/)\n  - [Iqui's Blog](https://iquilezles.org/articles/palettes/)\n  - ShaderToy palette examples\n    - [Palette 1](https://www.shadertoy.com/view/WlfXRN)\n    - [Palette 2](https://www.shadertoy.com/view/3lSXz1)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Ffrakt-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadia-dev%2Ffrakt-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Ffrakt-rs/lists"}