Go-RayLib-Mandelbrot

command module
v0.0.0-...-4a63fae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: MIT Imports: 7 Imported by: 0

README

Go RayLib: Mandelbrot

A quick implementation of the Mandelbrot Set using Go and the RayLib bindings.

Use the mouse to pan around, and scroll wheel to zoom. Arrow keys up / down will increase / decrease the number of iterations (resulting in a more detailed visualization, but slower computation of each texture).

An example screenshot of the program

Running the Project

  • Ensure you have installed the requirements for RayLib, as per the raylib-go README.
  • Ensure you have Go 1.23 or later installed (although earlier versions may work, just change the go.mod file first).
  • Clone the repository.
  • Run go build ., followed by ./Go-RayLib-Mandelbrot.
    • The first build may take some time, as you will build the RayLib backend too. Future builds will be much faster!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL