modulepackage
0.0.0-20200210193257-5e75c3ba0a52
Repository: https://github.com/nanitefactory/visual.git
Documentation: pkg.go.dev
# README
Visualizer
Visualizer, what's based on the library Pixel, is a main-thread that visualizes stuff.
Installation
$ go get -v github.com/nanitefactory/visual
Getting started
import "github.com/nanitefactory/visual"
# Functions
AtlasASCII18 returns an atlas of font size 18 that's to draw only ASCII characters.
AtlasASCII36 returns an atlas of font size 36 that's to draw only ASCII characters.
NewVisualizer is a constructor.
# Structs
Config is just an argument of NewVisualizer() that defines a new visualizer.
Visualizer is a mainthread that visualizes stuff.