Skip to content

technicalities/godelbrot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

godelbrot

Summary

A sketchy mandelbrot viewer in Go

godelbrot has no dependencies outside of the go compiler, and its standard library.

Usage

We hacked this thing up this afternoon, and haven't made it go-gettable yet.

To get started, clone this repository and then

$ export GOPATH=/path/to/godelbrot
$ cd /path/to/godelbrot
$ go install functorama.com/demo/godelbrot
$ bin/godelbrot

Credits

John Morrice

http://functorama.com

https://github.com/johnny-morrice

Gavin Leech

https://github.com/technicalities

About

TODO: Coloration and user entry of params

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%