Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codingrule/cuda-mbrot

Just another mandlebrot with cuda
https://github.com/codingrule/cuda-mbrot

cuda cuda-toolkit cupy fractal mandelbrot mathematics nvidia

Last synced: about 2 months ago
JSON representation

Just another mandlebrot with cuda

Awesome Lists containing this project

README

        

# Mandelbrot Set Visualization

This repository contains code to generate and visualize the Mandelbrot set, one of the most famous fractals. The Mandelbrot set is defined by iterating a mathematical formula and determining whether the result diverges or stays bounded. This project provides a simple and efficient way to generate the Mandelbrot set and explore its intricate patterns.