johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Wurstbrot: desktop GUI #4

Closed johnny-morrice closed 8 years ago

johnny-morrice commented 8 years ago

I am planning a graphical (desktop) client to enable movie generation for the next release. It will consist of several tiny apps that communicate through pipes. It will begin life in a new package, but I have to document this somewhere.

Viewer

Takes input:

Sends output:

Side effects:

Operation:

Takes input:

Sends output:

Side effects: (None)

Operation:

Takes input:

Sends output:

Side effects:

Operation:

Takes input:

Sends output: (None)

Side effects

Operation

johnny-morrice commented 8 years ago

We'll just work on the web interface for the first release.

johnny-morrice commented 8 years ago

Note the automovie guff has been accomplished on the backend with #5

johnny-morrice commented 8 years ago

Bit vague about platform etc. Let's focus on the backend and web interface for now.