|
|
13 years ago | |
|---|---|---|
| .. | ||
| gameplay-encoder.xcodeproj | 13 years ago | |
| src | 13 years ago | |
| README.md | 13 years ago | |
| gameplay-bundle.txt | 13 years ago | |
| gameplay-encoder.vcxproj | 13 years ago | |
| gameplay-encoder.vcxproj.filters | 13 years ago | |
| gameplay-encoder.vcxproj.user | 14 years ago | |
Command-line tool for encoding games assets like true-type fonts and 3D scene files into a simple binary-based bundle file format for the gameplay 3D game framework runtime.
TrueType Fonts conversion is enabled/built-in by default into gameplay-encoder via freetype 2 library.
COLLADA is enabled/built-in by default into gameplay-encoder via COLLADA-DOM library. Most major 3D DCC tools support the export of COLLADA 1.4. We also recommend you download and use OpenCOLADA (http://opencollada.org/) for Autodesk Maya and 3DS Max.
FBX support can easily be enabled in gameplay-encoder but requires an additional installation of Autodesk FBX SDK. (http://www.autodesk.com/fbx). You must then rebuild gameplay-encoder with the follow platform/tooling instructions:
The gameplay bundle file format is well defined in the gameplay-encoder/gameplay-bundle.txt file.
Bundle files can easily be loaded using the gameplay/Bundle.h which is part of the gameplay runtime framework.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.