Coder Social home page Coder Social logo

free-tex-packer-cli's People

Contributors

odrick avatar playtomax-team avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

free-tex-packer-cli's Issues

Add custom exporter support for cli tool

Hi. What do you think about add custom exporter like this:

options.exporter = {
	fileExt: argv.customext,
	template: argv.custom
}

and run cli command such as:
free-tex-packer-cli --project packer.ftpp --custom [path to custom.mst file] --customext [any output extension]

Multiple exports?

Any way to have multiple exports from a single ftpp config?
Such as being able to specify several groups of inputs (images/folders) and a specific outputs, so the CLI can generate several atlases with one command?

Something like:

{
  ...
  "projects": [ // a list of configs to use to export one after another
    {
      "inputs": {
        "images": [ "assets/characters/player01.png", "assets/characters/player02.png", ... ],
      },
      "textureName": "player",
      "output": "assets"
    },
    {
      "inputs": {
        "folders": ["assets/items"]
      },
      "textureName": "items",
      "output": "assets"
    }
  ]
  "packOptions": { ... }
}

as currently the only way I see of doing this is to have a different ftpp config for each separate output I want, and a separate command to run each.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.