Thursday, November 12, 2020

Rene Dudfield: Finger painting with multi-touch in python using pygame 2

pygame 2 has support for Multi-Touch. You know, where it can track multiple fingers. I've made an app and tutorial to show off the new Multi-Touch features.

Finger Painting with Multi-Touch

 

Full article is available for patrons first as an "early access" before it becomes available to all in a month: https://www.patreon.com/posts/finger-painting-with-multi-touch-pygame2-43786073 You can support my pygame development and read my development log at: https://www.patreon.com/pygame



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...