An application brings the ability to draw on your screen(anywhere)
Caution
Still developing. To avoid potential risks, please don't install in the production environment
- Realtime drawing on your screen
- High performance and welly designed UI/UX
- Stable and reliable
- Never share your data
- Supports pressure sensitive devices
- Low cost of system resources
See projects here
Go release, and choose the version you want.
If you want to have a taste of the latest commited code,
you can go actions,
and download the app
of all artifacts
Permission | Detail |
---|---|
Data Storage | Installer version %LocalAppData%\SketchNow Portable version Where the main program is located |
Network Usage | GET github.com the version information to download and upgrade your application |
- Follow the
.editorconfig
- Use
Xaml Styler
to format xaml (Xaml Styler file at Settings.XamlStyler) - Follow
Conventional Commits
- Follow
Semantic Versioning
- Windows 10 or greater
- Visual Studio 2022/JetBrains Rider
- .NET Desktop workload with
.NET 9
We are using Velopack to generate release
Before you use the following commands, please confirm that you've read this
dotnet publish -c Release --self-contained -r win-x64 -o .\publish
vpk pack -u SketchNow -v 1.0.0 -p .\publish -e SketchNow.exe
- Moq.AutoMocker
- DotnetTemplates
- wpf
- CommunityToolkit MVVM
- Material Design in XAML
- ValueConverters.NET
- WPF.JoshSmith.Controls.DragCanvas
- Velopack
- Moq.AutoMocker
- System.Text.Json
- Microsoft.Extensions.Hosting
- Microsoft.Extensions.DependencyInjection