Skip to content

Conway's Game of Life in Rust (with WASM and WebGL2)

Notifications You must be signed in to change notification settings

PaulVirally/GOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in WebAssembly with WebGL

This is a version of Conway's Game of Life written in Rust with a WebAssembly target that utilizes WebGL to render the graphics.

Compiling and Running

To compile to a WASM target, install wasm-pack then run the following from the root directory of this repo:

wasm-pack build --target web

To deploy this small app, you can run any old http server (below is an example using python3):

python3 -m http.server

Then you can head over to your server and enjoy Conway's Game of Life in your browser!

About

Conway's Game of Life in Rust (with WASM and WebGL2)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published