command
module
Version:
v0.0.0-...-76a81ad
Opens a new window with list of versions in this module.
Published: Nov 26, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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/gopherjs@v1.18.0-beta2
# 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.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.