OpenGL

See the following -

A New Android App for Teaching Kids How to Read

Have you been looking for software to help your child to read? Well, your quest may be over. Phoenicia is a new literacy application for Android developed by Michael Hall, an open source software developer, community manager, and technology evangelist currently working at Canonical, maker of Ubuntu. In this interview, he talks about the diagnosis of his oldest child with an Autism Spectrum Disorder, his learning curve of Android development, and why user testing matters more than you think...

Kitware Unleashes Brand-New Rendering Backend in ParaView 5.0

Press Release | Kitware | January 14, 2016

On behalf of the ParaView community, Kitware announces the release of ParaView 5.0. The release follows closely on the heels of ParaView 4.4, building on its features while presenting a rewrite of ParaView’s rendering backend to leverage newer OpenGL features. This major milestone in ParaView’s life cycle ensures that the open-source, multi-platform data analysis and visualization application gets the most out of modern graphics cards and rendering systems for large data sets...

Read More »

Open Source Dependency Management As A Balancing Act

During my career I have spent a lot of time packaging other people's code, writing my own, and working on large software frameworks. I have seen projects that still haven't released a stable version, never quite hitting 1.0, while others made 1.0 releases within months of beginning development, and then quickly moving on to 2.0, 3.0, etc. There is quite a variance in these release cycles, and this coupled with maintaining large projects can make things difficult. I will go through some of the decisions we have faced in projects I have worked on and the pressures on the project. On the one extreme, users would like to have a stable API that never changes, with dependencies that don't specify a minimum version so that they can choose whatever version works best...