Skip to content

zeimusu/mandelbrot-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot-go

Simple Mandelbrot set webservice written in go (golang).

Install golang, pull the code and:

go run mbrot.go

Browse to localhost:8090 and view the results:

Mandelbrot go in action

Background

This was written by me as an exercise in learning go. The code is as simple as possibly demonstrating a simple webserver with a very simple template and a Mandelbrot webservice that creates images on the fly. Just over 100 lines of golang code.

There are many more better tools to view the mandelbrot set but this is a fun way to play with go.

License

MIT - Feel free to do whatever you like.

About

Simple mandelbrot set webserver written in go (golang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 69.6%
  • HTML 30.4%