Go to file
davidovski 8aa2f4ddc7 fixed readme 2021-07-18 01:03:40 +01:00
assets-fx Fractals 2021-07-18 01:00:19 +01:00
src Fractals 2021-07-18 01:00:19 +01:00
CMakeLists.txt Fractals 2021-07-18 01:00:19 +01:00
README.md fixed readme 2021-07-18 01:03:40 +01:00

README.md

Mandelbrot Casio

An attempt at rendering the mandelbrot set fractal using gint for the fx series casio calculators.

At the moment I am using a (probably) very inefficient algorithm for calcualting the mandelbrot set, so if you happen to know how to optimise this, feel free to!

I would advise overclocking your calculator using a tool such as ftune to help with performance.

Controls

  • + zoom in
  • - zoom out
  • ↑ pan up
  • ↓ pan down
  • ← pan left
  • → pan right

Building

I would reccomend using fxsdk to build this:

fxsdk build-fx

inside the project directory