DownloadSizeDescriptionDate
9.00 beta 3.5 Viewer7 MBFree standalone Windows 32-bit and 64-bit preview program for OBJ, MTL, 3DS, IFS, OFF, PLY, PLY2, MD2, MD3, BSP, MP4, MOV, OGG, PNG, JPG, BMP, ICO, ICN, DDS, PPM, PBM, PGM, GIF, PCX, TGA, FNT, and GTM data files.2012-01-01
9.00 beta 3 Windows799 MBWin32 + 64 .libs for VC10, manual, all sample data, and demos. See installation instructions in manual/index.html inside file2011-11-14
9.00 beta 3 OS X1.2 GBOS X .a files for gcc/Xcode/llvm, manual, all sample data, and demos. See installation instructions in manual/index.html inside file2011-11-14
9.00 beta 3 Source364 MBSource tree for Win32, Win64, OS X, and Linux. Does not include the optional data module. Type "buildg3d --install update" to install on all platforms.2011-11-14
9.00 beta 2 Data440 MBOptional data module for use with the source download.2011-03-25
8.01 Win32494 MBWin32 .libs for VC9, manual, all sample data, and demos. See installation instructions in manual/index.html inside file2010-12-19
8.01 OS X544 MBOS X .a files for gcc/Xcode/llvm, manual, all sample data, and demos. See installation instructions in manual/index.html inside file2010-12-19
8.01 Source57 MBSource tree for Win32, Win64, OS X, and Linux. Does not include the optional data module. Type "buildg3d --install update" to install on all platforms.2010-12-19
8.00 Data456 MBOptional data module for use with the source download.2010-08-07
Click here for older releases

The Windows G3D distribution includes zlib, libpng, libjpeg, FFmpeg, and libzip. You do not need to install those libraries separately.

The backwards-incompatible, unstable 9.xx branch is currently under development. You can browse it or download with:

svn co https://g3d.svn.sourceforge.net/svnroot/g3d g3d

On Windows, we recommend TortoiseSVN.

Recommended Tools


G3D is distributed as both source code and as precompiled libraries. If you want to build G3D yourself from source code, you need at least Python. To generate the G3D documentation from source you'll also need the files listed in BUILD_INSTRUCTIONS.TXT

Below are other open source tools that we recommend for use with G3D when creating your own 3D applications. These are not supported by the G3D team and are not required to use G3D.



CVS (Obsolete)


You can browse and search the unstable, unsupported latest CVS sources for the obsolete 8.xx branch. CVS is divided into two modules. The G3D module contains the source tree and the data module contains optional supplemental 3D data files for use with G3D. To check out the CVS tree, use the command:

cvs -z3 -d:pserver:anonymous@g3d.cvs.sf.net:/cvsroot/g3d co -P G3D

cvs -z3 -d:pserver:anonymous@g3d.cvs.sf.net:/cvsroot/g3d co -P data

On Windows, we recommend TortoiseCVS, which can download G3D from :pserver:anonymous@g3d.cvs.sf.net:/cvsroot/g3d.