https://github.com/dranjan/complex_plot
Tools for plotting colors over the plane
https://github.com/dranjan/complex_plot
Last synced: 9 months ago
JSON representation
Tools for plotting colors over the plane
- Host: GitHub
- URL: https://github.com/dranjan/complex_plot
- Owner: dranjan
- License: gpl-3.0
- Created: 2011-07-22T15:53:34.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:13:07.000Z (over 7 years ago)
- Last Synced: 2025-02-03T17:01:49.697Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
(This code is released under the GNU General Public License (GPLv3).
See the file "COPYING" for details.)
This is an attempt to develop reusable tools for rendering planar "color
maps" (functions that assign to each point on the plane a color)
generally and those related to transformations of the complex plane
(including some popular fractals) specifically.
Minimum requirements:
- g++
- SDL
- SCons
See the file SConstruct to see which programs can be built.
Most of the programs support zooming (mouse middle-click), but not all
(in particular, mandel_ext). This is unfortunately rather slow.
To run mandel_ext, after the first picture is drawn, press "f" (with the
SDL window active). This will make a plot showing the external angle as
hue.