Skip to content

A fractal image generation web service.

License

Notifications You must be signed in to change notification settings

B3zaleel/fractage

Repository files navigation

Fractage

Build

Fractage is a fractal image generation service written in Golang.

Newton basin fractal generation with fractage

Requirements

  • Go (version 1.18+)

How To Use

Via Local Terminal

Clone this repository and run the command below using your Linux/WSL terminal. Uninstalled modules would be downloaded on your system before the program starts during the first run.

./run.bash

Via Docker

Run the command below.

docker run -d -p 6060:6060 b3zaleel/fractage

See Documentation for more details about the supported fractals and endpoints.

Related Projects