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
- Host: GitHub
- URL: https://github.com/nanitefactory/visual
- Owner: NaniteFactory
- License: unlicense
- Created: 2018-12-03T10:33:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T19:32:59.000Z (over 6 years ago)
- Last Synced: 2025-04-09T12:27:03.429Z (about 1 year ago)
- Topics: game, glfw, golang, graphics, library, opengl, pixel, window
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualizer
[](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"
```