diff options
author | davidovski <david@sendula.com> | 2021-07-18 01:00:19 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-07-18 01:00:19 +0100 |
commit | 25426b2fa5b4cc18e166088909ac10721af63fbd (patch) | |
tree | 0b7e267c0feeb9eeed7f405901810f6cc97b27cf /README.md |
Fractals
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6f8c1c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Mandelbrot Casio + +An attempt at rendering the mandelbrot set fractal using [gint](https://gitea.planet-casio.com/Lephenixnoir/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](http://pm.matrix.jp/ftune2e.html) to help with performance. + +## Controls + +- + zoom in +- - zoom out +- ↑ pan up +- ↓ pan down +- ← pan left +- → pan right + +## Building + +I would reccomend using [fxsdk](https://gitea.planet-casio.com/Lephenixnoir/fxsdk) to build this: + +`fxsdk build-fx` + +inside the project directory |