Skip to content

cnsuhao/simplepacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePacker

simplepacker是一个为ejoy2d引擎设计的打包工具,可以把包含PNG图片的文件夹打包成simplepackage可以读取的格式。

Build

windows

  • open build\msvc\VS2013.sln
  • build release
  • run build\msvc\test.bat

macosx

  • cd build/osx
  • make
  • make test

Test

test目录下包含两个测试示例。input演示了简单的图片打包与animation自动生成;input_advance演示了自定义animation。 打包后生成test/output,配合test/test.lua可在ejoy2d引擎中运行。

About

simple content pipeline for ejoy2d

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Other 2.4%