Commit Graph

24 Commits

Author SHA1 Message Date
Lucas 3da80b0552 [fun-gen] add Nova fractal 2020-03-17 10:47:04 +00:00
Lucas f353cab392 [fun-gen] prepare for complex coefficients 2020-03-17 10:46:38 +00:00
Lucas 78fa2ba50a More commands and seeds 2020-03-17 10:45:03 +00:00
Lucas 26ba0330b5 [julia] make bailout and epsilon configurable 2020-03-16 02:07:41 +00:00
Lucas 022e2cf2e1 [fun-gen] add Halley method 2020-03-16 02:07:41 +00:00
Lucas 5078ef1578 [julia] change how azimuth is chosen for lighting
Use a vector that has always a z-coordinate in (0,1) range.
2020-03-13 01:35:41 +00:00
Lucas 82a83dafbe [julia] sort options in usage 2020-03-13 01:27:24 +00:00
Lucas ccb58d1055 Add a bunch more of commands and seeds 2020-03-09 11:28:35 +00:00
Lucas 4fd684d288 Rename critical points functions 2020-03-09 00:32:30 +00:00
Lucas 2c79b15008 Constants tweaking 2020-03-09 00:28:41 +00:00
Lucas 6fafdf069d Add some example commands and seeds 2020-03-09 00:09:32 +00:00
Lucas 9c4e5f2f88 [julia] add RITNUM to make code slightly more legible 2020-03-09 00:03:26 +00:00
Lucas fc9617b2b1 [julia] fix result cache size
Commit dbd7618c9f removed the +1 from
width and height, resulting in out-of-bounds access in last row if -L is
used. Additionaly, the +1 only worked if -h or -w were used.

Fix all that tracking the width and hegith of result cache individually.
2020-03-09 00:02:56 +00:00
Lucas 2b9b56737a Parametrize iteration count for Newton's method 2020-03-08 22:33:18 +00:00
Lucas a6265017d1 Add gitignore 2020-03-08 21:42:26 +00:00
Lucas f35869c314 [julia] always set rit 2020-03-08 21:37:10 +00:00
Lucas 0168fa87e2 [julia] remove unused function fast_iterate 2020-03-08 21:35:38 +00:00
Lucas 0f2c695260 Fix signedness warnings 2020-03-08 21:34:51 +00:00
Lucas 85a442f8c3 Remove unused variables 2020-03-08 21:31:02 +00:00
Lucas dbd7618c9f Use utility functions 2020-03-08 21:24:10 +00:00
Lucas b13f35e0e6 Bring some more utility functions 2020-03-08 20:03:37 +00:00
Lucas 6627e3f08e [julia] add option for color displacement 2020-03-08 02:15:16 +00:00
Lucas 5c74874352 Partially fix compilation for glibc under Linux
Probably won't work for musl and now -- is needed to separate options.
2020-03-08 02:03:58 +00:00
Lucas 4304edc0f0 Initial import 2020-03-07 22:32:57 +00:00