Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 870 Bytes

Touchpaint Flutter

This is a simple Flutter app for latency testing and comparison to the Touchpaint Linux kernel module and native Android app. Available modes include:

  • Paint with finger (for testing drag latency)
  • Fill screen on touch (for testing tap latency)
  • Box follows touch (for testing drag latency differently, similar to this Microsoft Research video)
  • Blank redraw (for testing baseline rendering performance)

Credits for version 1.0.0 go to kdrag0n for the original code.

Changelog

1.1.0

  • Updated to Dart 3.0.0+
  • Implemented null safety
  • Bumped dependencies
  • Updated iOS/Android support
  • Added Linux, macOS support
  • Added sample rate to "Follow" mode
  • Minor fixes