dspine 0.0.2

Esoteric Software Spine runtime binding


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Esoteric Software Spine runtime binding for D

(Currently only DSFML is supported.)

USAGE:

Clone into your project directory source of Spine runtimes:

$ git clone --depth=1 https://github.com/EsotericSoftware/spine-runtimes

Compile spine-c library:

$ cd spine-runtimes/spine-c $ cmake . $ make ... [100%] Linking C static library libspine-c.a [100%] Built target spine-c ...

Then add path to Spine runtime C library into your DUB package file. For linux and DUB SDL package file format path string will be:

sourceFiles "spine-runtimes/spine-c/libspine-c.a" platform="posix"

Then use "dub build" as usual.

Authors:
  • Denis Feklushkin
Dependencies:
dsfml
Versions:
0.0.2 2017-Oct-07
0.0.1 2017-Feb-23
~master 2017-Oct-07
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 15 downloads total

Score:
0.8
Short URL:
dspine.dub.pm