Showing 16 open source projects for "two"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    Buddhabrot Max

    Buddhabrot Max

    A Buddhabrot generator for large (>20000² px) renderings.

    A escape time orbit fractal renderer written in C#. Consists of two separate programs, one focused on high resolution and high quality rendering ("Buddhabrot Max"), the other focused on realtime exploration / zooming ("Buddhabrot Mag"). Uses multithreading and hardware acceleration. Allows creating of huge renderings (if enough memory is available) and saving files with full 32 bit float dynamic range as OpenEXR files.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    PlaTec

    Plate Tectonics simulator

    PlaTec is a 2D terrain generator that uses a simplified model of plate tectonics to produce realistic heightmaps in real time. The simulator starts with a flat fractal map and splits it randomly into plates. Plates are moved around the map. If continents of two plates collide, they fold creating mountain belts. If oceanic crust of one plate collides with another plate, subduction occurs resulting in coastal mountain ranges or island chains. This project is part of my Bachelor of Engineering thesis in Metropolia University of Applied Sciences, Helsinki, Finland. The thesis is freely downloadable from http://urn.fi/URN:NBN:fi:amk-201204023993 . ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    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: 1 This Week
    Last Update:
    See Project
  • 4

    perlineditor

    Interactively create textures with Perlin noise

    ...You can change the noise parameters, and you can edit the palette, either loading it from a gif, or using the palette editor (right click to open the color picker, left click to move the two selection points about). There's also a handy tool for tuning the palette as the image adjusts (drag on the red circle to adjust, the black circles to move the edit range).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    SmoothLife

    SmoothLife

    A generalization of Conway's Game of Life

    Conway's Game of Life is generalized to a continuous domain. OpenGL and GLSL shaders are used for real-time 2D and 3D graphics. Time stepping is done via a real to complex FFT based convolution operation. There are also two deliberately simple test implementations in FreeBasic and Matlab. A 2D version on a sphere shows that it is really not dependent on the underlying grid.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    TreeBuilder is a 3D tree model procedural generation tool. It implements two methods of tree creation. First is based on J. Penn & J. Weber paper "Creation and Rendering of Realistic Trees" and the second one uses L-Systems. TreeBuilder also features realtime rendering of created models.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    Nutcracker

    Build animated sequences for RGB Mega-trees

    ...Nutcracker sequences are a four step oricess 1) Go into the tool and define your RGB device, You are prompted for the number of RGB strings you have and how many pixels are on each string 2) You next go into the effects library. Spirals, meteors, butterfly wing and many other effects are available, For each effect you modify the effects parameters. 3) Nutcracker now builds an animated gif of your rgb device with the effect attached. If you dont like the effect, go back to step 2 and modify and try again 4) Finally, you click on the sequencer you want Nutcracker to create for. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Recursion Lab

    Visually explore patterns created using geometrical recursion.

    Take two reference points and use them to define an x-axis. Then add in some other points to form any pattern. Use each reference point with each pattern point to form a new x-axis on which each pattern point is reiterated. Throw in a few more dazzling features (such as colors, a visualizer mode, blending, render exporting, and more) and you have a Recursion Lab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10
    Renderer for flam3 cosmic recursive fractal flames implemented on GPU. Requires a CUDA-capable graphics card.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    An interface for exploring GPU accelerated pixel graphics through fragment shaders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tux's Turtle
    Tux's Turtle is a drawing environment for children. It uses geometrically-based "turtle graphics" (well known from Logo) but is completely immediate and programmed using single keypresses (like Delta Drawing). No knowledge of the editor is necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mandelbrot set image generator for really deep zoom levels. The generator supports both online and batch processing and can be used to zoom step by step into the mandelbrot set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple guilloche generator. Editable x and y functions. Exports emf, wmf, jpg and bmp . Exports coordinate list as csv, useful for vector graphics apps.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    This is a Perl script that will generate color maps for the fractal program Fractint. It will generate a map of 2 to 128 bands of colors that blend together. Bands of black can be used between each color..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Sun Project is migrating to github: https://github.com/DarkStarSword/sunproject The goal of Sun Project Interactive is able to very quickly generate images that look vaguely similar to Space imagery that comes out of NASA. At present the project is able to generate nebula like images, simple star-fields and suns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo