Showing 62 open source projects for "mandelbrot"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Final Cut

    Final Cut

    A text-based widget toolkit

    Library for creating terminal applications with text-based widgets. FINAL CUT is a C++ class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple text windows on the screen. The structure of the Qt framework was originally the inspiration for the C++ class design of FINAL CUT. It provides common controls like dialog boxes,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Fractal Explorer

    Fractal Explorer

    Simple multi-threaded program to zoom into fractals. Runs on Windows

    Support for Mandelbrot set, Julia sets and Newton fractals. Source code may not be up to date. Source code: https://github.com/PrancerFrisco/Fractals
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Fractal Zoomer

    Fractal Zoomer

    A Fractal Zoomer with various functions.

    An application that lets you render some of the most known fractal functions, like the Mandelbrot set and many more! It comes with alot of options to further enhance your fractal experience! Its easy to use and does not require installation. A java version higher than 1.8 is required to be installed.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 4
    FractalRenderingApp

    FractalRenderingApp

    Lightweight app for visualization of Mandelbrot and Julia set

    Source code is available on https://github.com/MarkoLeskovar/FractalRenderingApp
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Evolvotron

    Evolvotron

    A generative art image evolver

    "Generative art" software which evolves images/textures/patterns through an iterative process of random mutation and user-selection driven evolution. If you like lava lamps, and still think the Mandelbrot set is cool, this could be the software for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JuliaCall for Seamless Integration of R
    Package JuliaCall is an R interface to Julia, which is a high-level, high-performance dynamic programming language for numerical computing. Below is an image for Mandelbrot set. JuliaCall brings more than 100 times speedup of the calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Multithreaded GTK Application for rendering the mandelbrot and julia-set.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8

    Fractal painter

    Paints fractals with OpenCL or CPU if OCL not available.

    This program paints several fractals in a GUI (Qt 4). It uses OpenCL or a fallback to CPU if OpenCL is not available. You can save the displayed fractal as a Windows Bitmap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    wallfart

    wallfart

    Make interesting, mostly Mandelbrot set based, desktop wallpaper.

    Boring to some, immensly entertaining to others, fractal investigation seems to have fallen out of favour with the kids these days: I aim to change that. GET THE PREBUILT WINDOWS VERSION HERE: https://sourceforge.net/projects/wallfart/files/setupWallFArt.exe/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    zMand
    A cross-platform Mandelbrot set viewer written in C++/SDL2. Tested only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    zMand
    A cross-platform Mandelbrot set viewer written in C++/SDL2. Tested only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fraqtive

    Fraqtive

    Generator of the Mandelbrot family fractals

    Fraqtive is an open source, multi-platform generator of the Mandelbrot family fractals. It uses very fast algorithms supporting SSE2 and multi-core processors. It generates high quality anti-aliased images and renders 3D scenes using OpenGL. It allows real-time navigation and dynamic generation of the Julia fractal preview. Website: https://fraqtive.mimec.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FractalNow

    FractalNow

    Fast, advanced, multi-platform fractal generator

    FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures. Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 14
    SuperFractalThing

    SuperFractalThing

    Mandelbrot set generation using perturbation theory

    SuperFractalThing uses perturbation theory and series approximations to produce arbitrary precision Mandelbrot set images much faster than is conventionally possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Fractal Zoom Explorer

    Fractal Zoom Explorer

    Fractal Zoom Explorer

    Fractal Explorer supporting FTF and common .NET standard supported formats
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    This program draws a user-defined function from complex plane to RGBA color. Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project. Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    babymandelbrot

    Mandelbrot browser built with Baby X

    Explore the Mandelbrot set with Baby X. Really just a test of Baby X's graphics handling capabilities. Now ported to Windows as well as Linux, using Baby X's cross-platform capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MultiMandel

    MultiMandel

    Multi-platform Mandelbrot viewer built with Delphi XE5

    Proof of concept of the multi platform capabilities of Delphi XE5. Experimenting with the Mandelbrot set for Windows, Android, iOS and OSX. Current development is version 01 which aims at a simple Mandelbrot viewer for all platforms. Note to the screenshots: this is the same picture which is treated with three different color options, each yielding a complete different result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Chaoskop2

    Chaoskop2

    Calculation and Presentation of Fractal Graphics, Chaos Theory

    Calculation and Visualization of Fractals and other Elements of the Chaos Theory. VB.NET Project containing more than 80 Routines; the User can determine general Parameters like Order and Iterations; some Routines allow change of special Parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Qt Mandelbrot Browser
    Interactive, user friendly, Mandelbrot set browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CUDA Fractal

    Fractal Generator using CUDA technology.

    This project will utilize CUDA technology to render Mandelbrot fractals with arbitrary frame buffer size, arbitrary precision numbers for infinite zoom capability, and have features to stress test CUDA based nVidia Titan GPUs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Mobius Mandelbrot

    Fractal Extreme plugin for Hiato's Mobius Mandelbrot

    http://www.fractalforums.com/mandelbrot-and-julia-set/m-set-on-a-partialtotal-mobius-cylinder-looks-neat/ Use a bailout of 6 for complete fractal. This implemenent the three mobius types. Total wraps the real value if it exceeds 1 or is less than -1. Right wraps only when the real values exceeds 1, Left only when less than -1. Normal and smoothed iteration versions of each type are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Simon0026bFXplugin

    Fractal Extreme plugin for Simon Snake's 0026b formula

    ...http://www.fractalforums.com/fractal-exteme/another-fractint-formula-i-like/ This new and improved version has better large-bailout logic, smooth shading and variants absoluting (or not) different sides of the real/imaginary equations. The original formula I've termed a buffalo because it absolutes both real and imaginary. The Mandelbrot version does not absoluting, burning ship absolutes the imaginary and celtic absolutes the real. As with my other FX plugins install the 64 bit dll into C:\Program Files\Cygnus Software\Fractal eXtreme 64-bit\plugins64 32 bit goes into C:\Program Files (x86)\Cygnus Software\Fractal eXtreme 32-bit\plugins On 32 bit version of windows that might be (IIRC) C:\Program Files\Cygnus Software\Fractal eXtreme 32-bit\plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Island Mandel

    Island Mandel

    Puzzle game on fractal sets

    A quick and simple puzzle game taking place on the Mandelbrot-set or other fractal images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Simon30aFXplugin

    Fractal Extreme plugin for Simon Snake's 0030a formula

    ...The Buffalo version of the formula is closest to his request (though rotated 180 degrees). Buffalo absolutes both the real and imaginary side of the equations. Mandelbrot version does not abosulte either. Burning ship absolutes the imaginary side , Celtic absolutes the real. Unzip the 64bit plugin into C:\Program Files\Cygnus Software\Fractal eXtreme 64-bit\plugins64 32bit goes into C:\Program Files (x86)\Cygnus Software\Fractal eXtreme 32-bit\plugins If you have 32bit windows its (probably) C:\Program Files\Cygnus Software\Fractal eXtreme 32-bit\plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB