Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmaykm/juliaset.jl
Generate Julia set images
https://github.com/tanmaykm/juliaset.jl
Last synced: 13 days ago
JSON representation
Generate Julia set images
- Host: GitHub
- URL: https://github.com/tanmaykm/juliaset.jl
- Owner: tanmaykm
- License: other
- Created: 2015-08-21T08:42:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T11:37:01.000Z (about 9 years ago)
- Last Synced: 2023-05-05T19:51:38.997Z (over 1 year ago)
- Language: Julia
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Juliaset
Generate [Julia set](https://en.wikipedia.org/wiki/Julia_set) images. This is created primarily as an example for JuliaBox hosted REST APIs.
To use this as a REST API with [JuliaBox](https://juliabox.org/):
- Login to [JuliaBox](https://juliabox.org/)
- Open the JuliaBox settings tab (click the wrench icon on top right)
- Go to the section that says *Published APIs*. If you don't see it, it's probably not enabled for you. Please write to [email protected] or leave a message in the [JuliaBox forum](https://groups.google.com/forum/#!forum/julia-box) and someone will enable it for you.
- Register a new API:
- think of a unique API name (`_juliaset` is probably a good choice)
- use the following as command: `Pkg.clone("https://github.com/tanmaykm/Juliaset.jl.git"); using Juliaset; Juliaset.serve_juliabox();`
- point the description URL to somewhere nice (or maybe to )
- Your REST API is now ready. Try the following URLs on your browser. Replace `` with your chosen name.
- `https://api.juliabox.org//juliaset/` to get a random Julia set
- `https://api.juliabox.org//juliaset//` to get one of your choice