All Projects → antfu → live-draw

antfu / live-draw

Licence: MIT license
A tool allows you to draw on screen real-time.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to live-draw

stateful-animations
🌟 HolyJS Talk: Animations in the Stateful World (How to Animate Things in React)
Stars: ✭ 55 (-86.25%)
Mutual labels:  presentation
talks
Source for all talks I've presented at various conferences
Stars: ✭ 12 (-97%)
Mutual labels:  presentation
ask
Ask! is a framework to write Wasm smart contracts for Substrate Frame Pallet-Contracts in AssemblyScript
Stars: ✭ 44 (-89%)
Mutual labels:  ink
dewdle
A remote video-feed drawing tool (telestrator) for streaming and broadcast environments.
Stars: ✭ 29 (-92.75%)
Mutual labels:  draw
pgfplots
pgfplots - A TeX package to draw normal and/or logarithmic plots directly in TeX in two and three dimensions with a user-friendly interface and pgfplotstable - a TeX package to round and format numerical tables. Examples in manuals and/or on web site.
Stars: ✭ 119 (-70.25%)
Mutual labels:  draw
marginalia
javascript implementation of annotations using fragmention
Stars: ✭ 29 (-92.75%)
Mutual labels:  annotation
path demo
An experimental set of pathfinding algorithms for video games
Stars: ✭ 16 (-96%)
Mutual labels:  presentation
hibernate-table-relationship
在 Hibernate 中如何配置多表关系映射,包括:一对一、一对多和多对多。
Stars: ✭ 15 (-96.25%)
Mutual labels:  annotation
cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 93 (-76.75%)
Mutual labels:  presentation
InspireNN
No description or website provided.
Stars: ✭ 13 (-96.75%)
Mutual labels:  presentation
EveReader
Epub Reader, focused on annotation.
Stars: ✭ 68 (-83%)
Mutual labels:  annotation
asap
A scalable bacterial genome assembly, annotation and analysis pipeline
Stars: ✭ 47 (-88.25%)
Mutual labels:  annotation
pixel-art
A minimalist, cross device compatible pixel art editor.
Stars: ✭ 72 (-82%)
Mutual labels:  draw
presentador
📽 An opinionated presentation framework. Just write what you want to present and it will do the rest.
Stars: ✭ 25 (-93.75%)
Mutual labels:  presentation
trunklucator
Python module for data scientists for quick creating annotation projects.
Stars: ✭ 80 (-80%)
Mutual labels:  annotation
painter
This is a drawing board. It is used by svgjs +html. You can draw in the web and sync show with other people.
Stars: ✭ 19 (-95.25%)
Mutual labels:  draw
immutables-vavr
Immutables encodings for Vavr
Stars: ✭ 32 (-92%)
Mutual labels:  annotation
dammit
just annotate it, dammit!
Stars: ✭ 82 (-79.5%)
Mutual labels:  annotation
RepSeP
Reproducible Self-Publishing - Demo Publications in the Most Common Formats
Stars: ✭ 14 (-96.5%)
Mutual labels:  presentation
libgen-downloader
A simple tool to search and download ebooks from libgen via terminal user interface.
Stars: ✭ 98 (-75.5%)
Mutual labels:  ink

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, 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

Usage

The shortcuts that can be used:

  • [ Z ] Undo, [ Y ] Redo,
  • [ E ] Eraser By Stroke, [ D ] Eraser By Point,
  • [ R ] Release or Recover interface,
  • [ + ] Increase size brush, [ - ] Decrease size brush
  • [ B ] Brush mode, [ L ] Line Mode

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.

Todo

  • Edge docking
  • Export as image files
  • Mouse penetration

Publish

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].