Quantcast
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Reading a Matrix File in C++ and Doing Something With It

Last week's post showed how to open a path file using C++. This week's post will show how to open a Cube Voyager matrix file in C++. Setup Like last week, we need to reference VoyagerFileAccess.lib in...

View Article


Using the Voyager API for Path Analysis

Just posted on Github: Path2CSV This is a tool that will read a Cube Voyager Path file and output the contents by node to a CSV file.  The code is written in C++ and available under the GPL3 license.  

View Article


Image may be NSFW.
Clik here to view.

Reading a Cube Voyager Matrix from Java using JNA

I've begun to really enjoy Java.  It's hot, black exterior exposes a sweet bitterness that matches few other things in this world.  Oh, wait, this is supposed to be about the other Java - the...

View Article

Reading a Cube Voyager Path File from Java

As a follow-up to my prior post, this is how to use the Cube Voyager API to read a path file.  I highly recommend you read the other article first, as it talks more about what is going on here. The...

View Article
Browsing latest articles
Browse All 4 View Live