Which file do I want?
| Windows | MThreadDraw-*-x64.msi — installs the native WinUI 3 application, Start Menu entry included. MThreadDraw-WinUI-*-x64.zip is the same application with no installer: unzip anywhere and run MThreadDraw.exe. |
| macOS | MThreadDraw-*-arm64.dmg for Apple Silicon, MThreadDraw-*-x64.dmg for Intel. Drag it to Applications. |
| Linux | Run from source — see the README. |
Everything is included: Python, OpenCV and adb all travel inside
the application. There is nothing else to install and no Android SDK
to set up.
The builds are not code-signed, because signing certificates cost
money this project does not take. Windows SmartScreen will say
"unknown publisher" — More info → Run anyway. On macOS, the first
launch needs a right-click → Open, or:
xattr -dr com.apple.quarantine /Applications/MThreadDraw.app
What's Changed
- Two native windows, and an installer that says something by @MAXAWER in #15
- Compile the macOS front end by @MAXAWER in #16
- A README that draws itself, in two languages by @MAXAWER in #17
- Version 1.3.0, and a front page that fits on one screen by @MAXAWER in #18
- The disk images were empty, and the wheel had the old version by @MAXAWER in #19
Full Changelog: v1.2.0...v1.3.0