Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.15 KB

WebAssembly Tiny Projects

This repository contains a collection of tiny projects utilizing WebAssembly and Rust, showcasing various applications and functionalities.

Projects

Image Effects

  • Demo: Image Effects
  • Description: This project demonstrates the utilization of WebAssembly for applying image effects using Rust. Explore various effects and see real-time changes applied to the images.

Game Of Life

  • Demo: Game Of Life
  • Description: Experience Conway's Game of Life implemented using WebAssembly and Rust. Interact with the simulation, observe the evolution of cells, and witness the emergence of complex patterns.

Usage

Each project directory contains the necessary files and instructions to build and run the WebAssembly applications locally.

Resources

For further learning about WebAssembly and Rust, consider the following resources: