Showing 43 open source projects for "mandelbrot mac"

View related business solutions
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 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: 5 This Week
    Last Update:
    See Project
  • 2
    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: 33 This Week
    Last Update:
    See Project
  • 3
    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: 2 This Week
    Last Update:
    See Project
  • 4
    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
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5

    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
  • 6
    zMand
    A cross-platform Mandelbrot set viewer written in C++/SDL2. Tested only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    zMand
    A cross-platform Mandelbrot set viewer written in C++/SDL2. Tested only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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: 0 This Week
    Last Update:
    See Project
  • The AI-powered unified PSA-RMM platform for modern MSPs. Icon
    The AI-powered unified PSA-RMM platform for modern MSPs.

    Trusted PSA-RMM partner of MSPs worldwide

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
    Learn More
  • 10
    Fractal Zoom Explorer

    Fractal Zoom Explorer

    Fractal Zoom Explorer

    Fractal Explorer supporting FTF and common .NET standard supported formats
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    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. It is...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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
  • 14

    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
  • 15

    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. My first attempt is also there called 'Bad' because I'd created a couple of pictures and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Simon0026bFXplugin

    Fractal Extreme plugin for Simon Snake's 0026b formula

    I created a plugin for another of Simon Snake's formulae a while back. 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...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    Simon30aFXplugin

    Fractal Extreme plugin for Simon Snake's 0030a formula

    http://www.fractalforums.com/plugins/another-formula-i-would-like-made-into-a-plugin/ This implements 4 variations on Simon's request, plus smooth shaded versions and Julias. 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...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    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
  • 19

    FXsmoothbrot

    Fractal Extreme Smooth Shaded Mandelbrot Plugin

    Unzip the dll and place into the plugins directory (for 32 bit) here C:\Program Files (x86)\Cygnus Software\Fractal eXtreme 32-bit\plugins. 64bit version goes into C:\Program Files\Cygnus Software\Fractal eXtreme 64-bit\plugins64 This fakes a true smooth shading by multiplying the true iteration count by 256 giving 255 in-between shades. You need to have a high maximum iterations setting greater then 16383 or you'll just see a standard Mandelbrot. The smooth shading also benefits from a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Mandelbrot Viewer

    View the Mandelbrot set easily at high zooms

    A simple Java application to view the Mandelbrot set at almost any zoom and resolution and save images of it to a file. Features: -high precision for deep zooms -background threads to prevent GUI freezing -adjustable color scheme -easy point-and-zoom fractal browsing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MandelHash

    MandelHash

    MD5 hash used to position and color two overlaid Mandelbrot sets.

    I'm using an MD5 hash of a username and password field to generate some entropy which is used to generate color pallets and positions / scaling of two Mandelbrot sets. These two images are overlaid to create interesting pictures which represent the entered credentials. I'm interested in all things security, this is mostly just for fun, but could possibly be used to help users identify mistakes in their password entry prior to submission and enforce a tighter failed password lockout policy....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Fractal Extreme Abs Mandelbrot Variants

    absolute variants of Mandelbrot fractal

    This plugin for Fractal Extreme calculates three variations on the Mandelbrot Fractal. Burning Ship, which uses the absolute value of the imaginary side of the equation. Celtic, absolute of the real side. Buffalo, absolute of both real and imaginary. Place the dll in the plugins (or plugins64) directory of the Fractal Extreme in Program files (x86).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    Fractal Extreme Mandelbar plugin

    Fractal Extreme Mandelbar, Perpendicular and variants

    This plugin for Fractal Extreme implements the following fractals. Mandelbar/ Tricorn Mandelbar Celtic Perpendicular Mandelbrot Perpendicular Burning ship Perpendicular Celtic Perpendicular Buffalo See http://www.fractalforums.com/index.php?topic=2481.msg43880#msg43880 for desription of equations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    This is a "tiny" fractal programm. With this programm you can display the three fractal types Mandelbrot, Julia and Lambda.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FXSnakebrot

    Fractal Extreme plguin for Simon Snake's formula

    Simon Snake requested his Fractint forumla be converted as a plugin for Fractal Extreme. http://www.fractalforums.com/fractal-exteme/fractal-extreme/msg42818/#msg42818 His formula is the 'SnakeBrot' type. You can see my feeble attempts as type 'Misunderstood' and 'Panzer-Snake'. Theres Burning Ship, Celtic and Buffalo variants of the formulas. Often the variants were the same as mandelbrot variants, particularly Buffalo, just rotated. So I did not include these. For the 32 bit version...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB