Find a file
2022-02-19 15:17:12 +01:00
res update readme 2022-02-19 15:17:12 +01:00
src added polar coords 2022-02-19 15:07:05 +01:00
vendor added imgui 2022-02-18 16:28:20 +01:00
.gitignore initial commit 2022-02-18 14:47:36 +01:00
.gitmodules added imgui 2022-02-18 16:28:20 +01:00
CMakeLists.txt comments + fixed dragging 2022-02-19 14:43:01 +01:00
README.md update readme 2022-02-19 15:17:12 +01:00

Julia Sets

A Julia set is the boundary of the set of points that tend to infinity when iterated over a function on the Riemann sphere.

More importantly, it makes pretty shapes.

Example

This is the Julia set of f(z) = z² + c where c = 0.799 * exp(3.986i)

A Julia set