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.
- Host: GitHub
- URL: https://github.com/fogleman/domaincoloring
- Owner: fogleman
- Created: 2018-03-29T16:20:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T16:46:44.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T20:12:51.013Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 51
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

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