https://github.com/rahix/julia3d
Julia sets visualized in 3d using webgl
https://github.com/rahix/julia3d
Last synced: 2 months ago
JSON representation
Julia sets visualized in 3d using webgl
- Host: GitHub
- URL: https://github.com/rahix/julia3d
- Owner: Rahix
- License: mit
- Created: 2015-07-17T19:49:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T13:56:32.000Z (almost 10 years ago)
- Last Synced: 2025-04-01T15:58:12.208Z (2 months ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia3D
Julia sets visualized in 3d using webglThe current version only uses a normal z^2 + k algorithm and after n iterations it uses the result as the z value.