# live-draw **Repository Path**: wzgit/live-draw ## Basic Information - **Project Name**: live-draw - **Description**: A tool allows you to draw on screen real-time. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-07-09 - **Last Updated**: 2024-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LiveDraw A tool allows you to draw on screen real-time. ## Why? When you need to draw or mark something with presentation, you may use some tools like [Windows Ink Workspace](https://blogs.windows.com/windowsexperience/2016/10/10/windows-10-tip-getting-started-with-the-windows-ink-workspace/), but all of them are actually **taking a screenshot** and allowing you to draw on it. That's actually annoying when you want to presentation something dynamic. However, **LiveDraw is here and built for it!** ## Interface ![](screenshots/03.png) ![](screenshots/04.png) ## Usage ### Downloads [Release](https://github.com/antfu/live-draw/releases) ### Features - True transparent background (you can draw freely even when you are watching videos). - Select colors by simply clicks. - Adjust the size of brush. - Draw ink with pressure (when using a pen with pen pressure). - Auto smooth ink. - Mini mode. - Unlimited undo/redo. - Freely drag the palette. - Save and load ink to file (binary file) with color. - Temporarily disable draw then you can be able to operate other windows. - Fully animated. - Arrow,Square,Ellipse,Line,Select,Erase,RayPen modes support. - Text input mode support ## Todo - Edge docking - Export as image files - Mouse penetration - Custom stroke class to support erase on text block ## Publish - dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true ## Redist All redist files is in the redist folder [Prerequisites for .NET Core on Windows](https://webcache.googleusercontent.com/search?q=cache:R4OQzbI5tdwJ:https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites+&cd=10&hl=en&ct=clnk&gl=jp) ![](screenshots/02.png) ## License MIT