Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codingrule/cuda-mbrot
- Owner: CodingRule
- License: mit
- Created: 2024-12-07T08:56:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T08:57:50.000Z (about 2 months ago)
- Last Synced: 2024-12-07T09:25:38.281Z (about 2 months ago)
- Topics: cuda, cuda-toolkit, cupy, fractal, mandelbrot, mathematics, nvidia
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.