Jerome Le Saux

Results 7 comments of Jerome Le Saux
trafficstars

> Wrong syntax : > > martine -delta -df sprites/*.WIN -o delta -address "#D005" > > missing "-m 0" > Must be : > > martine -delta -df sprites/*.WIN -m...

> I'm stuck with this line after the one above: > > prepare_delta -sprite sprites/m00.json -delta delta/*.json -out data.asm this command line allows to generate all data in one file....

for instance you can check this bash script to understand all the workflow : https://github.com/jeromelesaux/autobahn-showcase/blob/master/data/exec.sh

prepare_sprite is another application to parse the sprite and delta data and generate in one file. If you are interested in, I can compile it for windows. Tell me. (the...

I added the prepare_delta and format sprite. They can be found here : - https://github.com/jeromelesaux/martine/blob/master/resources/formatter/sprites/format_sprite.zip - https://github.com/jeromelesaux/martine/blob/master/resources/formatter/delta/prepare_delta.zip

I change my makefile to include those binaries into the package. The next release will come with them.