A web enabled interactive fractal explorer written in rust!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fractal-explorer

    A simple Julia Set and Mandelbrot interactive explorer built using Rust. It can run as a desktop application or on the web. Web demo available at https://lobis.github.io/fractal-explorer/

    I just finished https://github.com/lobis/fractal-explorer, an interactive explorer of the Julia and Mandelbrot set which uses wgpu for very fast computing speed, which allows to have interactive zoom up to floating point precision.

  • wgpu

    Cross-platform, safe, pure-rust graphics api.

    I just finished https://github.com/lobis/fractal-explorer, an interactive explorer of the Julia and Mandelbrot set which uses wgpu for very fast computing speed, which allows to have interactive zoom up to floating point precision.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • learn-wgpu

    Guide for using gfx-rs's wgpu library.

    I creted this project while learning from this awesome tutorial which I highly recommend. I also took inspiration for the minimal web ui from this repository.

  • mandelbrot-wasm-rust-rayon

    Mandelbrot Set explorer written in Rust using Rayon multithreading that map to Web Workers when compiled to WebAssembly(wasm)

    I creted this project while learning from this awesome tutorial which I highly recommend. I also took inspiration for the minimal web ui from this repository.

  • winit

    Window handling library in pure Rust

    A live demo is available here but sadly it won't work on mobile. I used winit as the window handling library which was a breeze for building the desktop application, but it was a bit painful when writting the web version, probably due to my lack of css knowledge. I also tried to support mobile devices but I could not get consistent cursor position a left it for a future version. Of course I would greatly appreciate any advice (or PR) in this regard.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts