https://github.com/sjoerdev/mandelbrot
Mandelbrot fractal explorer
https://github.com/sjoerdev/mandelbrot
csharp dotnet fractal mandelbrot opengl
Last synced: about 2 months ago
JSON representation
Mandelbrot fractal explorer
- Host: GitHub
- URL: https://github.com/sjoerdev/mandelbrot
- Owner: sjoerdev
- License: gpl-3.0
- Created: 2022-07-24T14:28:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T16:20:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T23:46:07.989Z (4 months ago)
- Topics: csharp, dotnet, fractal, mandelbrot, opengl
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this?:
This is a mandelbrot renderer i made in opengl using opentk and dear imgui.
## How to build:
Install .NET 6: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
restore dependencies: ``dotnet restore``
run in debug mode: ``dotnet run``
build for windows: ``dotnet publish -o ./build/windows --sc True -r win-x64``
## Controls:
- ``wasd:`` move camera position
- ``arrows:`` change zoom level## Screenshots:
![]()
![]()