casio-fractal/README.md

25 lines
728 B
Markdown
Raw Permalink Normal View History

2021-07-18 00:00:19 +00:00
# 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
2021-07-18 00:03:40 +00:00
- \+ zoom in
- \- zoom out
2021-07-18 00:00:19 +00:00
- ↑ 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