dfjson
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Allow JSON export of Dwarf Fortress data
# dfjson

Encodes DF structs and classes into JSON that can be exported to files.

Written in C++ and clojure. The clojure generates most of the struct specific code.

## Usage

To generate the C++ encoding code run:
    lein run /path/to/codegen.out.xml
OR
    java -cp lib/clojure-1.3.0.jar clojure.main src/dfjson/core.clj /path/to/codegen.out.xml

## License

TBD - some sort of copyleft/open source

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。