Skip to content

An implementation of the Barnsley fern in Rust WebAssembly

License

Notifications You must be signed in to change notification settings

csnje/wasm-barnsley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barnsley fern

About

An implementation of the Barnsley fern in Rust WebAssembly.

Image of Barnsley fern

Prerequisites

Install Rust and wasm-pack.

Build

wasm-pack build --target web

or optimised for release

wasm-pack build --target web --release

Run

Some options to serve the application include:

# Python 3.x
python3 -m http.server
# Python 2.x
python -m SimpleHTTPServer
# JDK 18 or later
jwebserver

Access via a web browser at http://localhost:8000.

About

An implementation of the Barnsley fern in Rust WebAssembly

Topics

Resources

License

Stars

Watchers

Forks