Jet Resource Utility Project
Site Directory Structure
Note: This is a preliminary directory structure, and may not yet be a complete
or accurate form of documentation for this site.
Last Updated: 12/01/2001
The Jet Resource Utility Project source code uses the following source tree
to organize its internal projects:
- /cvsroot/jetresourceutil
This is the root CVS directory provided by SourceForge
- site_doc
This directory contains documentation (including this document) that relates
to the overall SourceForge project.
- resource_tools
This directory contains tools to create Jet resource files that extend the
standard Jet options for 3D editing tools.
- doc
This directory contains documentation that relates to Jet resource creation
tools.
- file_viewer
This directory contains the generic Jet resource file viewer project
- file_creation
This directory contains a series of classes that other resource-creation
projects can use to create properly formatted Jet resource file.
- anim_master
This directory contains a plug-in project that will export 3D models from
Animation Master, and use the file creation class framework to create
Jet resource files of the models.
- blender
This directory contains a series of Python scripts and C++ utilities that
will export 3D models from Blender, and use the file creation class framework
to create Jet resource files of the models.
- doc
This directory contains documentation that relates to the Blender resource
creation tools.
- exporter
This directory contains Python script files to export Blender objects
to a generic flat text file..
- file_splitter
This directory contains the Blender export file splitter utility that
will group objects into the separate source files required by Jet..
- file_converter
This directory contains Blender export file converter that uses the
file creation framework (see "file_creation" which is a sibling
project with this blender project). to create Jet Indexed Mesh files
(*.im) from the Blender export files created by the exporter.
- milkshape
This directory contains a plug-in project that will export 3D models from
Milkshape, and use the file creation class framework to create Jet resource
files of the models.
- scenario_tools
This directory contains tools to create Jet scenarios which will extend
the capacity of the Jet Jive framework
- rpg_tools
This directory contains tools to create resources, class frameworks, and
other tools and game components that are generally applicable to RPG style
games.