Kivy 1.8 Now With Python 3.x Support
Written by Sue Gee   
Thursday, 06 February 2014

Kivy 1.8 is the first version of a popular open source Python  framework to support Python 3.x.

Kivy, which is released under the MIT license and works on Windows, OSX, Linux, Android and iOS and Raspberry Pi makes use of OpenGL to create a standardized UI and graphics environment for Python.

It lets you  create apps that are multi-touch, react to gestures, and  track objects and markers.

Up until now it's main drawback was lack of support for the Python 3.x branch and, as we reported, in 2012 the Python Software Foundation awarded the Kivy Foundation $5,000  for porting the core Kivy codebase together with a number of Kivy project dependencies (their Android and iOS tools) and a number of third-party dependencies (e.g., PIL, gstreamer, opencv) to Python 3.3 and this has now been achieved.

The other highlights of this release are:

  • New media player named GstPlayer, based on Gstreamer 1.0 used as a implementation for the Audio and Video  core provider. This allow users access to the latest Gstreamer with all its improvements but also provides a common player  for both Python 2.7 and 3.3 on desktop platforms.

  • Scrollview has been slightly enhanced to support smoother scrolling utilizing Matrix transformation by default. It also now supports scrolling through bars or content or both.
  • Widgets now can be disabled simply by using `disabled` property.

 

kivylogo

 

The new version is available for download on the Kivy website.  

More Information

Kivy.org

Related Articles

Kivy 1.7 Released

Settlement Secures Python Name For Language       

Grants Awarded To Kivy and NLTK To Boost Python 3       

Enum Causes Controversy for Python 3.4       

PyPy 2.0 Released       

Brython - Python In The Browser       

Advanced Python Arrays - Introducing NumPy       

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Apollo Adds REST APIs For GraphQL
29/10/2024

Apollo has added a simpler way to integrate REST APIs into a federated GraphQL environment. Available now in public preview, can be used to map REST API endpoints to their GraphQL schema using a decla [ ... ]



AI Breakthrough For Robot Surgery
17/11/2024

Using imitation learning, a robot has learned to perform surgical procedures as skillfully as human surgeons, bringing the field of robotic surgery closer to true autonomy.


More News

Last Updated ( Sunday, 25 November 2018 )