RSSAmplifier

Blog

LiquidThought

liquidthought.comRSS feed ↗4 posts

Latest posts

pxCamera

pxCamera is a simple video camera capture class that layers on top of pxCore, our portable opensource framebuffer library. The design of pxCamera makes it well suited to do a variety of fun and interesting things with captured video frames - like computer vision or image processing applications. The design of the pxCamera API followed a few principles as follows: *Be Simple – Allows for…

pxCore 1.2

We've made some minor additions to our portable open source framebuffer library, pxCore. Most of these additionals were added to support a video capture library that we'll be posting in the near future. Some of the changes to pxCore include: * Added the ability to directly blit pxBuffer frame buffer descriptors. * Added beginNativeDrawing and endNativeDrawing to allow native drawing outside of the…

Johnny Lee Rocks

Here is another vid from Johnny Lee - Wii hacker extraordinaire. In this one he turns a wiimote into a multitouch display. Some more projects

pxCore

pxCore is a small opensource library that provides a portable framebuffer and windowing abstraction for C++. This library is intended to hide the complexity of writing rasterization code on multiple platforms and allows you to easily write the following sorts of things in a portable way. 2d and 3d rasterizers Transition Libraries Filter Routines Image Processing In its design a few principles were…