{"id":39885140,"url":"https://github.com/truepadawan/scribble","last_synced_at":"2026-04-06T09:01:27.298Z","repository":{"id":331846579,"uuid":"1085958038","full_name":"TruePadawan/Scribble","owner":"TruePadawan","description":"A cross-platform digital whiteboard engineered with .NET and Avalonia UI. It leverages SkiaSharp for cross-platform graphics rendering","archived":false,"fork":false,"pushed_at":"2026-04-06T07:00:31.000Z","size":3478,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-06T08:48:13.014Z","etag":null,"topics":["avalonia","desktop-application","dotnet","linux-app","signalr"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TruePadawan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-29T18:38:48.000Z","updated_at":"2026-04-06T06:57:19.000Z","dependencies_parsed_at":"2026-04-06T09:00:58.930Z","dependency_job_id":null,"html_url":"https://github.com/TruePadawan/Scribble","commit_stats":null,"previous_names":["truepadawan/scribble"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/TruePadawan/Scribble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruePadawan%2FScribble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruePadawan%2FScribble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruePadawan%2FScribble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruePadawan%2FScribble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TruePadawan","download_url":"https://codeload.github.com/TruePadawan/Scribble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruePadawan%2FScribble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalonia","desktop-application","dotnet","linux-app","signalr"],"created_at":"2026-01-18T14:36:22.247Z","updated_at":"2026-04-06T09:01:27.289Z","avatar_url":"https://github.com/TruePadawan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Scribble\nA cross-platform (windows/linux) digital whiteboard application\n\n### Tech Stack\n- [C#/.NET](https://dotnet.microsoft.com/en-us/): Core\n- [Avalonia UI](https://avaloniaui.net): For consistent cross-platform user interface  \n- [Icons8](https://icons8.com): Icons\n- [SkiaSharp](https://skiasharp.com): Graphics rendering\n- [SignalR](https://dotnet.microsoft.com/en-us/apps/aspnet/signalr): Collaborative drawing\n- [Render + Docker](https://render.com/): Hosting the SignalR server\n\n### Current Progress\n**Existing tools**: Pencil, Eraser, Pan, Line, Arrow, Ellipse, Rectangle, Select, Text  \n\n**I'm working on**:\n- UI/UX improvements\n- Layering system\n\n\u003cimg width=\"1916\" height=\"1048\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9ba0d5c9-af75-4aa1-b8c6-5b954c4b161b\" /\u003e\n\n\u003cimg width=\"1920\" height=\"1043\" alt=\"Screenshot from 2026-02-10 07-11-14\" src=\"https://github.com/user-attachments/assets/b8cf2baf-f565-4f2e-8f8c-0224a5eadef2\" /\u003e\n \n\u003cimg width=\"1920\" height=\"1080\" alt=\"image\" src=\"https://github.com/user-attachments/assets/4a817026-a4a6-41fd-b684-1323a2f0f9d8\" /\u003e\n\n\u003cimg width=\"1920\" height=\"1080\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b48e97ab-129e-4466-8df5-fdab73ac8b98\" /\u003e\n\n## Local Setup\n\n### Prerequisites\n* [.NET SDK](https://dotnet.microsoft.com/download) (Version 8.0 or newer recommended)\n\n### Running the Application\n\nTo run Scribble locally, you will need to start both the backend server and the client application.\n\n1. **Clone the repository and restore the packages:**\n   ```bash\n   git clone https://github.com/TruePadawan/Scribble.git\n   cd Scribble\n   dotnet restore\n   ```\n2. **Run the program**\n   ```bash\n   cd Scribble.Desktop\n   dotnet run\n   ```\n3. 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)\n   ```bash\n   cd Scribble.Server\n   dotnet run\n   ``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruepadawan%2Fscribble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruepadawan%2Fscribble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruepadawan%2Fscribble/lists"}