Digitalrain Save

Matrix Digital Rain written in Go for HTML5 + Canvas

Project README

Digital Rain

Digital Rain is an HTML5 + Canvas demo app written entirely in Go. It's intended to mimic the look of the falling text in the movie The Matrix.

Live Demo

Build

Install Go and GopherJS

# Prepare GOPATH
export GOPATH=$(go env GOPATH)
export PATH=$PATH:$(go env GOPATH)/bin

# Install gopherjs
go install github.com/gopherjs/[email protected]

# Install specific go version for gopherjs
go install golang.org/dl/go1.18.10@latest
go1.18.10 download
export GOPHERJS_GOROOT="$(go1.18.10 env GOROOT)"

# Build and Serve
gopherjs build digitalrain.go --minify
gopherjs serve

License

Digital Rain is available under the MIT License.

Open Source Agenda is not affiliated with "Digitalrain" Project. README Source: tidwall/digitalrain
Stars
379
Open Issues
0
Last Commit
5 months ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating