animate-preview 0.1.0 → 0.1.1
raw patch · 3 files changed
+28/−3 lines, 3 files
Files
- README.md +25/−0
- animate-preview.cabal +2/−2
- package.yaml +1/−1
README.md view
@@ -1,5 +1,28 @@ # Animate Preview +Animate Preview is a program for viewing sprite animation.+It's intended to be used in sprite development with an image and text editor.+The viewer automatically reloads the files for speedy turnaround.+[`animate`](https://github.com/jxv/animate) is the main underlying Haskell library.+It's recommend to use [`sdl2`](https://github.com/haskell-game/sdl2) and [`animate-sdl2`](https://github.com/jxv/animate-sdl2) for graphics.+An example can be found [here](https://github.com/jxv/animate-sdl2/tree/master/example).++++## Try it!++[OSX binary](https://github.com/jxv/animate-preview/releases/download/0.1.0/animate-preview-osx.zip)++[dino.png](https://github.com/jxv/animate-sdl2/blob/master/example/dino.png)++[dino.yaml](https://github.com/jxv/animate-sdl2/blob/master/example/dino.yaml)++```shell+animate-preview --target /path/to/dino.yaml --image /path/to/dino.png --watch+```++[More information about the yaml file](https://github.com/jxv/animate#sprite-information)+ ## Usage ```@@ -17,6 +40,8 @@ ``` ## Commands++Animate Preview is mostly controlled through the keyboard. ### General
animate-preview.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2a1075ed97cba266dad033a75687619badc2e94f4ab5168ea900c407645a82ff+-- hash: c4d0ff1bbcecbfbc048eaaab5b3fec7f52fb4cc7c0e6aa6e6703f5dd36df83c5 name: animate-preview-version: 0.1.0+version: 0.1.1 synopsis: Preview tool for sprite animation description: Preview tool for sprite animation category: Game
package.yaml view
@@ -1,5 +1,5 @@ name: animate-preview-version: '0.1.0'+version: '0.1.1' github: jxv/animate-preview license: BSD3 category: Game