Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 322 Bytes

Apoptotic Cellular Automata (ACA)

This repository is a work in progress. Currently, the plan is to develop a web application that can generate cellular automata using Rust and WebAssembly (wasm). Future work may include using WebGL to render the automata in 3D.

Test

cargo test

Build

cargo build --release