The Khronos Group - Connecting Software to Silicon

The Khronos Group is a not for profit industry consortium creating open standards for the authoring and acceleration of parallel computing, graphics, dynamic media, computer vision and sensor processing on a wide variety of platforms and devices. All Khronos members are able to contribute to the development of Khronos API specifications, are empowered to vote at various stages before public deployment, and are able to accelerate the delivery of their cutting-edge 3D platforms and applications through early access to specification drafts and conformance tests.

Submit a News Story

Python tagged stories

PyOpenCL functional Python wrapper around OpenCL released

PyOpenCL has been released. This OpenCL wrapper for Python has complete documentation and a wiki setup. Key features of PyOpenCL are: object cleanup tied to lifetime of objects; the full power of OpenCL’s API at your disposal with every obscure get_info() query and all CL calls are accessible; automatic error checking; base layer is written in C++; complete documentation; a liberal open-source and free for commercial, academic, and private use under the MIT/X11 license. If you have feedback on this wrapper, you can contribute to a live discussion in the Khronos Message Boards.
Read More

OpenCTM 1.0 has been released

OpenCTM is a file format and a software library for compressed 3D triangle meshes. It is open, portable, easy to use, and offers a flexible data structure with support for many different vertex attributes, including customizable shader specific attributes. Compared to the 0.7 beta release, the 1.0 production release adds: * A COLLADA converter. * Python bindings. * More complete file format specification. * Improved data integrety checking. * Reduced memory footprint.
Read More

Pre-release of the open source project ‘CLyther’

Currently in the planning stages of a new open source project, CLyther, is a Python tool similar to Cython. CLyther is a python language extension that makes writing OpenCL code as easy as Python itself. CLyther currently only supports a subset of the Python language definition but adds many new features to OpenCL. CLyther exposes both the OpenCL C library as well as the OpenCL language to python.
Read More

safety