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

https://github.com/nanitefactory/visual

Visualizer based on faiface/pixel, forked from github.com/NaniteFactory/amidakuji
https://github.com/nanitefactory/visual

game glfw golang graphics library opengl pixel window

Last synced: 2 months ago
JSON representation

Visualizer based on faiface/pixel, forked from github.com/NaniteFactory/amidakuji

Awesome Lists containing this project

README

          

# Visualizer

[![GoDoc](https://godoc.org/github.com/nanitefactory/visual?status.svg)](https://godoc.org/github.com/nanitefactory/visual)

Visualizer, what's based on the library [Pixel](https://github.com/faiface/pixel), is a main-thread that visualizes stuff.

## Installation

```Bash
$ go get -v github.com/nanitefactory/visual
```

## Getting started

```Go
import "github.com/nanitefactory/visual"
```