Skip to content

hackborn/radial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radial

Generate a shaded circle. By default, it will create an image 128x128 with transparency outside the circle, and slight shading on the circle so it's white in the center and darker on the edges.

Example

Compiling

  • Download Go (https://golang.org/). I'm on 1.8.1.
  • Install in the correct folder according to Go rules (which would be your Go folder, src/github.com/hackborn.
  • Enter this folder.
  • From a command line, type "go build".
  • Run the resulting executable.

Modifying

There are no command line or configuration options. If you want it to do something different, you'll need to modify the source. On the plus size, the source that does anything is only a couple lines long and should be fairly obvious.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages