/live-draw

A tool allows you to draw on screen real-time.

Primary LanguageC#MIT LicenseMIT

LiveDraw

A tool allows you to draw on screen real-time.

Original Version: https://github.com/antfu/live-draw

Why?

When you need to draw or mark something with presentation, you may use some tools like 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!

This Forks Additions

  • Multiple Draw Tools
    • Pen
    • Line
    • Arrow
    • Rectangle
    • Elipse
  • Restore Window Location on Restart
  • Code Refactor
  • Brush Size Selector
  • Erase Mode Selection

Usage

The shortcuts that can be used:

  • [ Z ] Undo, [ Y ] Redo,
  • [ E ] Toggle Eraser Mode,
  • [ R ] Release or Recover interface,
  • [ + ] Increase size brush, [ - ] Decrease size brush
  • [ B ] Brush mode, [ L ] Line Mode, [ R ] Rectangle Mode, [ O ] Ellipse Mode, [ A ] Arrow Mode
  • [ SHIFT ] Uniform Shape Mode,
  • [F1 - F5] Brush Size,
  • [1 - = ] Brush Color,

Interface

Downloads

Release

Requirements

  • Windows OS
  • .Net Core 5 x86/x64

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.

Publish

  • dotnet publish -c Release -r win-x86 -p:PublishSingleFile=true
  • dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true

License

MIT