Skip to content

kochetkov-av/fractal-tree-golang-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang WASM drawing fractal trees

Draws random fractal trees on html canvas. Written in Golang WebAssembly.

Demo http://fractaltree-wasm.surge.sh/

Build command

$ SET GOOS=js SET GOARCH=wasm go build -o html/main.wasm main.go

To test locally

$ npm i -g http-server
$ cd html
$ http-server -c-1 -o

About

Golang WASM drawing fractal trees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published