Skip to content

A utility to convert JME3-compatible models to the j3o binary format.

License

Notifications You must be signed in to change notification settings

rvandoosselaer/JmeConverter

Repository files navigation

JmeConverter JmeConverter

A utility to convert JME3-compatible models to the jMonkeyEngine binary j3o format.

Build Status Codacy Badge

Documentation

General documentation can be found on the wiki. The javadoc can be found at the gh-pages.

CLI tool usage

Download the latest release from the releases page and unpack the archive.

Inside the bin folder, you can find the jmeconverter and jmeconverter.bat executables.

Run the executable with a model path parameter.

$ jmeconverter.bat C:\Downloads\MyModel\model.blend

The above command will convert the C:\Downloads\MyModel\model.blend file to C:\Downloads\MyModel\model.j3o.

Using the library

The library is available on bintray and can be included in your build tool.

Step 1. Add the repository https://dl.bintray.com/remyvd/rvandoosselaer to the list of repositories.

Step 2. Add the dependency information:

  • group: com.rvandoosselaer
  • artifact: jmeconverter
  • version: 1.0.0

Check the releases or bintray pages for available versions.

Step 3. That's it!

Gradle example:

repositories {
    maven {
        url  'https://dl.bintray.com/remyvd/rvandoosselaer' 
    }
}

dependencies {
    compile 'com.rvandoosselaer:jmeconverter:1.1.0'
}

Contributing

If you have a bug or an idea, you can create a ticket for it here.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details

Acknowledgements

About

A utility to convert JME3-compatible models to the j3o binary format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages