2005/05/03 23:04:55 PDT by Temporal Edited at 2005/08/10 11:13:10 PDT |
This is the complete source code for GAUGE^3D version 0.3.0, LGPL'd. This code is ancient. My programming skills have improved greatly since this was written. :P
Originally, this code compiled on Windows using MSVC 6 and Linux using GCC. I think I once got it to run on FreeBSD as well, but not without modification.
Unfortunately, this isn't likely to compile on Linux anymore as GCC's C++ implementation has changed too much. You might even get it to compile, but find that it crashes due to the new operator being declared inline (which doesn't work on newer GCC's but often fails to give any sort of error or warning).