Subscribe:

Ads 468x60px

.

Sunday, August 28, 2011

How to make a touch screen user Interface using Python

Hi all

        I like to introduce some Touch screen user interface library that working on Python . The  speciality of these library is its easiness .We can make good touch interface within few minutes .The two popular libraries written in python are



  • PyMT
  • Kivy




PyMT



     



PyMT is an open source library for developing multi-touch applications. It is completely cross platform (Linux/OSX/Win) and released under the terms of the GNU LGPL.

         It comes with native support for many multi-touch input devices, a growing library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and an architecture that is designed to let you focus on building custom and highly interactive applications as quickly and easily as possible.

         Since PyMT is a pure Python library, you can take advantage of its highly dynamic nature and use any of the thousands of high quality and open source python libraries out there.

For More Details Check this link


Screenshots

Touch Paint




Applications
            






Kivy

        Open source library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.Its Kivy is running on Linux, Windows, MacOSX and Android. You can run the same code on all supported platforms.

     We can use natively most inputs protocols and devices like WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included. 

For more Details check this link










Try it...






0 comments:

Post a Comment