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

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

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: