Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 400 Bytes

Drawing board

A drawing board application built in pure rust!

Features:

  • Group sessions
  • Customisable workspace (Dockable windows)
  • Drawings easily exportable as .png
  • Saveable workspaces / canvases

Techstack 👨‍💻

Tools / libraries the Drawing Board application uses:

  • Frontend: egui & egui-dock
  • Backend: tokio-rs
  • Networking: quinn (A QUIC implementation for rust)