Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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