https://github.com/shouya/mandelbrot
Sketching Mandelbrot Set
https://github.com/shouya/mandelbrot
Last synced: 26 days ago
JSON representation
Sketching Mandelbrot Set
- Host: GitHub
- URL: https://github.com/shouya/mandelbrot
- Owner: shouya
- Created: 2012-11-10T12:23:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T12:43:31.000Z (over 11 years ago)
- Last Synced: 2025-03-25T02:54:28.432Z (about 1 month ago)
- Language: Ruby
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why this is
I like fractal pics. That's the reason.Further, I am trying few graphical libs for a formal game programming
with [rix](http://rixtox.com), and I then wrote the zoom-able version
for a short trial.# Limitation
Precisions hurt. As the zoomable version shows, the uncertainty is being
unacceptable since the zoom level reach 16.0x.# Usage
Two programs are there
## Zoomable
Requirement:
- gem: rubygameThen run:
```bash
ruby navigator.rb
```## Picture generator
Requirement:
- gem: rmagickRun:
```bash
ruby mandelbrot.rb
```# Result
# License
WTFPL