Posts
Search
Contact
Cookies
About
RSS


OpenGL core profile - an introduction
OpenGL core profile is centred around OpenGL 3.2 and allows you to use OpenGL without the old deprecated stuff and …

Raspberry PI 2 - first impressions
It was some time since I used my original Rasperry PI, as it had been gathering dust for a number …

Inkscape to Adobe Illustrator
When sending some SVG work to a laser cutter I stumbled on an interesting problem (where really there shouldn't be …

Kobo mini - doing without the official reader software.
The mini is a great ereader, I love the fact that its size makes it even more convenient than a …

Java Jni wrapping a simple callback machanism
Here we're going to look at a very simple callback in C an how you might wrap it for Java. …

Wrapping a returned C struct from inside JNI (and other JNI stuff)
First off I don't claim to be any kind of JNI guru and frankly I like to touch C as …