Entries Tagged as 'technical'

Progress on cross-platfrom C++ development

I’ve just posted a page describing my ventures into cross-platform C++ development using CMake and Eclipse CDT. The results are mostly based on the CMake - Eclipse tutorial, and also on some experimentation / verification on my own. The post includes a description and a code sample that is a little OpenGL application that compiles & runs on all Linux, Mac OS and Windows - including development using and IDE, interactive debugging among other things.

It’s always funny to work on multiple platforms at the same time - this is something I always liked actually.