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

https://github.com/fogleman/domaincoloring

Domain coloring in Go.
https://github.com/fogleman/domaincoloring

Last synced: 11 months ago
JSON representation

Domain coloring in Go.

Awesome Lists containing this project

README

          

# Domain Coloring

Simple [domain coloring](https://en.wikipedia.org/wiki/Domain_coloring) example in Go.

#### sin(1/z) colored by phase

![Example](https://i.imgur.com/V7bjoRQ.png)

#### pow(sin((z-1)/(z+1)), 3) with custom coloring function

![Example](https://i.imgur.com/j7Q5Lk1.png)

## Usage

go get -u github.com/fogleman/domaincoloring
cd ~/go/src/github.com/fogleman/domaincoloring
go run main.go