Skip to content

TruePadawan/Scribble

Repository files navigation

Scribble

A cross-platform (windows/linux) infinite whiteboard

Tech Stack

Screenshot from 2026-05-03 13-10-20 Screenshot from 2026-05-03 13-16-59

Local Setup

Prerequisites

  • .NET SDK (Version 8.0 or newer recommended)

Running the Application

To run Scribble locally, you will need to start both the backend server and the client application.

  1. Clone the repository and restore the packages:
    git clone https://github.com/TruePadawan/Scribble.git
    cd Scribble
    dotnet restore
  2. Run the program
    cd Scribble.Desktop
    dotnet run
  3. If you want to use multi-user drawing, you have to run the Scribble.Server project first (can just set up multi project launch on whatever IDE you're using)
    cd Scribble.Server
    dotnet run

About

A cross-platform infinite whiteboard engineered with .NET and Avalonia UI. It leverages SkiaSharp for cross-platform graphics rendering

Topics

Resources

License

Stars

Watchers

Forks

Contributors