Skip to content

Rust implementation of the eponymous game with a fixed size, periodic universe. Compiled to WASM and interfaced with a Next.js UI that's built with Tailwind.

Notifications You must be signed in to change notification settings

Sanshit-sagar/GameOfLife-Rust-WASM

Repository files navigation

title description tags
WASM Rust
Game of life implemented in Rust and served with NextJS
wasm
rust
next
typescript
tailwind

WebAssembly Rust

This example is a implements Conway's Game of Life tutorial in Rust and WebAssembly. The frontend is served as a NextJS app with TypeScript and Tailwind.

Deploy on Railway

✨ Features

  • Rust
  • WASM
  • TypeScript
  • NextJS
  • Tailwind

💁‍♀️ How to use

  • Ensure you have the Rust toolchain setup
  • Install wasm-pack
  • Install deps with yarn
  • Run app in development yarn dev

📝 Notes

This starter implements part of the official Rust WASM tutorial.

About

Rust implementation of the eponymous game with a fixed size, periodic universe. Compiled to WASM and interfaced with a Next.js UI that's built with Tailwind.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages