79 words
1 minute

Developing a Seat Layout Application Using Rust

Develop a desktop app to create seat layouts and WASM plugin that draws the seats in html canvas.

The one problem I see already is that, the last time I did this, I relied heavily on D3JS to draw and control the canvas and the drawings in it.

The challenge will be to achieve similar functionality using Rust and WASM, potentially using libraries like:

  • wgpu for rendering
  • egui for the UI
  • wasm-bindgen for JS interop

This could be useful for theatre and event venue planning.

Developing a Seat Layout Application Using Rust
https://scribblingsofaseeker.com/garden/seat-layout-application-rust/
Author
Ganesh Umashankar
Published at
2026-07-06
License
CC BY-NC-SA 4.0