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.

 

raspberry pi books

 

Comments




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

 

Banner


The Appeal of Google Summer of Code
21/03/2024

With the list of participating organizations now published, it is time for would-be contributors to select among them and apply for Google Summer of Code (GSoC). Rust has joined in the program fo [ ... ]



Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]


More News

Last Updated ( Sunday, 25 November 2018 )