Voxeliens Linux port progress report

Following on from David’s work to port the shaders to GLSL, I’ve been working over the last week or so to get the code compiling for the Linux port. Fortunately Voxeliens is built on top of a number of fantastic open-source projects such as OGRE and Qt which work perfectly on Linux already. As far as our own code, Voxeliens make extensive use of our PolyVox library which I have all along been building and testing on Linux.

Since all our dependencies were working fine, it simply became a case of getting the Voxeliens code itself compiling. This was largely a trivial job, with the bulk of the work involving fixing incorrect case in C++ includes and media files. The largest single change that had to be made was to the keyboard handling. Qt doesn’t provide access to the low level keyboard APIs on Windows or Linux so I had to write some native X11 code to complement the windows.h code we already had.

Voxeliens on LinuxWe still have some work to do on the GLSL shaders to get shadows working and to ensure compatibility with OpenGL 2.1 (since that seems the best target for Linux) and then it’s mostly the work to get it packaged up for distribution across all the different flavours and versions of Linux. Sorting out shared libraries and dependencies is going to be the most amount of work. We’ll be putting out a call for testers once it’s nearer to release to hammer out any problems in this area.

I’ll write up a more technical, in-depth post after the release about the porting process for those who are interested.

Share
This entry was posted in Uncategorized and tagged , by Matt Williams. Bookmark the permalink.

About Matt Williams

Matt is Computer Officer at the University of Birmingham in the UK, providing support and management of computing resources for Particle Physics research. For Volumes of Fun he manages the website as well as looking after the build system, Linux porting and continuous integration for PolyVox. Follow him on Google+.

3 thoughts on “Voxeliens Linux port progress report

  1. Pingback: Voxeliens Is Being Ported To GNU/Linux ! « Linux Gaming News

  2. Tip for the packaging: use the Open Build Service, otherwise it’ll be crazy to package for all still-supported versions of all major distro’s:
    openbuildservice.org
    build.opensuse.org (public, free-to-use OBS)

    The documentation is quite good and so is the level of automation – packaging something complex for a load of distro’s won’t be made completely painless but it’ll be far more doable than by hand 😀

    • Yes, I’m planning on using the OBS. I’ve used it before for packaging things for openSUSE (I was maintaining OGRE on there for a while) and I really like it. It’s certainly going to save some time.

Leave a Reply to jospoortvliet Cancel reply

Your email address will not be published.