Skip to content

obizip/cellauto-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 Work In Progress

cellauto-wasm

A Cellular Automaton implemented with WebAssembly (WASM).

Check the current status: Live Demo

Getting Started

Serve Locally

  1. Clone this repository:
    git clone https://github.com/obizip/cellauto-wasm.git
    cd cellauto-wasm
  2. Serve the project (example):
    python -m http.server 8000
    Open your browser and navigate to http://localhost:8000.

Build Instructions

  1. Set up the Rust environment
  2. Install wasm-pack:
    cargo install wasm-pack
  3. Build the project with make:
    make

Note

You can built without make: cd cellauto && wasm-pack build --target web

  1. You can serve the built project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published