https://github.com/krishpranav/gomatrix
A fast matrix written in go inspired by cmatrix
https://github.com/krishpranav/gomatrix
cmatrix cmd go golang matrix
Last synced: over 1 year ago
JSON representation
A fast matrix written in go inspired by cmatrix
- Host: GitHub
- URL: https://github.com/krishpranav/gomatrix
- Owner: krishpranav
- Created: 2021-05-06T08:29:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T08:42:26.000Z (about 5 years ago)
- Last Synced: 2025-03-04T13:46:25.844Z (over 1 year ago)
- Topics: cmatrix, cmd, go, golang, matrix
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gomatrix
A fast matrix written in go inspired by cmatrix
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/gomatrix
cd gomatrix
go get -u github.com/nsf/termbox-go
go build gomatrix.go
./gomatrix
```