misterunix
Hey everyone, just wanted to drop a note that I am still here and active. I am working on several private repos at the moment.
Katy, TX
misterunix's Stars
awesome-gocui/gocui
Minimalist Go package aimed at creating Console User Interfaces.
ebitengine/purego
Tecate/bitmap-fonts
Monospaced bitmap fonts for X11, good for terminal use.
petabyt/font
5x7 General Purpose Font
fogleman/ln
3D line art engine.
SolarLune/tetra3d
Tetra3D is a 3D hybrid software/hardware renderer made for games written in Go with Ebitengine.
tidwall/pinhole
3D Wireframe Drawing Library for Go
fogleman/fauxgl
Software-only 3D renderer written in Go.
glebarez/go-sqlite
pure-Go SQLite driver for Go (SQLite embedded)
pmcxs/hexgrid
Golang library to manage hexagon grids
goodpaul6/Tiny
A very small statically-typed embeddable scripting language.
davidrmiller/biosim4
Biological evolution simulator
kelindar/tile
Tile is a 2D grid engine, built with data and cache friendly ways, includes pathfinding and observers.
makrohn/Universal-LPC-spritesheet
An attempt to merge most character assets generated by the Liberated Pixel Cup into a single .xcf, where they can be mixed and matched.
labstack/echo
High performance, minimalist Go web framework
loscoala/goforth
A fully compiled and forth-like language including a small virtual machine.
skx/lighthouse-of-doom
A simple text-based adventure game
hashicorp/vault
A tool for secrets management, encryption as a service, and privileged access management
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
jpillora/backoff
Simple backoff algorithm in Go (golang)
go-logfmt/logfmt
Package logfmt marshals and unmarshals logfmt messages.
ZackMattor/sandpile
C++ sandpiles
schollz/progressbar
A really basic thread-safe progress bar for Golang applications
spf13/viper
Go configuration with fangs
mylxsw/redis-tui
A Redis Text-based UI client in CLI
gonum/gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
fogleman/gg
Go Graphics - 2D rendering in Go with a simple API.
jes/scamp-cpu
A homebrew 16-bit CPU with a homebrew Unix-like-ish operating system.
kcartlidge/drawing
This is a simple Go package for drawing on a 2D surface. It includes primitives and PNG export, and will also support sprites and related higher-level constructs.
buptmiao/parallel
A golang parallel library, used for business logic aggregation and refactory without changing user function declaration.