Showing posts with label pImpl. Show all posts
Showing posts with label pImpl. Show all posts

Sunday, June 3, 2018

Just one library with different immplementations? d-pointer desing pattern to the rescue

I'm developing a library based on Qt to access the Sense HAT add-on for Raspberry Pi. It's based on ideas and code from Qt's experimental module and from this other library. The ultimate goal is to provide a library that can be used with either the actual hardware or the Sense Emulator without any code changes to the program using it.