All Projects → DragonBones → Tools

DragonBones / Tools

Licence: MIT license
DragonBones Tools

Programming Languages

HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tools

Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+3.17%)
Mutual labels:  convert
Markdown Pdf
Convert markdown to pdf, png or jpeg on the fly in Atom
Stars: ✭ 250 (+98.41%)
Mutual labels:  convert
undatum
undatum: a command-line tool for data processing. Brings CSV simplicity to JSON lines and BSON
Stars: ✭ 39 (-69.05%)
Mutual labels:  convert
Magick.net
The .NET library for ImageMagick
Stars: ✭ 2,071 (+1543.65%)
Mutual labels:  convert
Fonteditor Core
fonteditor core functions
Stars: ✭ 207 (+64.29%)
Mutual labels:  convert
C4go
Transpiling C code to Go code
Stars: ✭ 253 (+100.79%)
Mutual labels:  convert
Cube2sphere
Python script to map 6 cube (cubemap, skybox) faces into an equirectangular (cylindrical projection, skysphere) map.
Stars: ✭ 120 (-4.76%)
Mutual labels:  convert
from-exponential
Lightweight module to convert number from exponential notation to a human readable string.
Stars: ✭ 27 (-78.57%)
Mutual labels:  convert
Termsql
Convert text from a file or from stdin into SQL table and query it instantly. Uses sqlite as backend. The idea is to make SQL into a tool on the command line or in scripts.
Stars: ✭ 230 (+82.54%)
Mutual labels:  convert
HEIF
Mac OS X: Convert any image to HEIF/HEIC format
Stars: ✭ 58 (-53.97%)
Mutual labels:  convert
Gitconverter
Синхронизация хранилища конфигурации "1С:Предприятия" с репозиторием Git и последующим переходом на разработку в 1C:Enterprise Development Tools (1C:EDT) с сохранением истории
Stars: ✭ 149 (+18.25%)
Mutual labels:  convert
Xresloader
跨平台Excel导表工具(Excel=>protobuf/msgpack/lua/javascript/json/xml)
Stars: ✭ 161 (+27.78%)
Mutual labels:  convert
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+100%)
Mutual labels:  convert
Silk V3 Decoder
kn007's blog
Stars: ✭ 1,832 (+1353.97%)
Mutual labels:  convert
node-pdftocairo
📃 Node.js wrapper for pdftocairo - PDF to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo
Stars: ✭ 17 (-86.51%)
Mutual labels:  convert
Chromehtmltopdf
Convert HTML to PDF with Chrome
Stars: ✭ 122 (-3.17%)
Mutual labels:  convert
X2struct
Convert between json string and c++ object. json字符串和c++结构体之间互相转换
Stars: ✭ 251 (+99.21%)
Mutual labels:  convert
Unoconv-Promise
Node.js wrapper with Promise for converting documents with unoconv
Stars: ✭ 13 (-89.68%)
Mutual labels:  convert
convert-ebook
转换电子书格式(azw3、epub、mobi)
Stars: ✭ 97 (-23.02%)
Mutual labels:  convert
ttml2srt
convert TTML subtitles to SRT subtitles
Stars: ✭ 46 (-63.49%)
Mutual labels:  convert

DragonBones tools

中文 README

JSON format

Installation

  • Install Node.JS.
  • Install a browser that supports html5.
  • Execute the following command from the command line:
  • $ npm install dragonbones-tools --global

Help

  • use 2db convert other format files to DragonBones json format files.

    $ 2db --help

  • use db2 convert DragonBones json format files to other format files.

    $ db2 --help

How to use

  • Convert Spine json format files to DragonBones json format files in current path.

    $ 2db -t spine

  • Convert Live2d json format files to DragonBones json format files in current path.

    $ 2db -t live2d

  • Convert old DragonBones json format files to new DragonBones json format files in current path.

    $ db2 -t new

  • Convert DragonBones json format files to Spine json format files in current path.

    $ db2 -t spine

  • Convert DragonBones json format files (file path contains "hero" key word) to DragonBones binary format files in current path.

    $ db2 -t binary -f hero

  • Convert DragonBones json format files to DragonBones binary format files from input path to output path and delete raw files.

    $ db2 -t binary -i d:/input -o d:/output -d

Notice

  • Make sure backup your raw resources before convert.

How to build

  • $ npm install
  • $ npm install typescript --global
  • $ tsc
  • $ npm link
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].