Victor Savu 67aa830511 fix use after free
the string created by value.substr(index * 2, 2) is deleted after c_str()
but before strtoul executes. The solution is to use a temporary string
to store the value.
2013-03-13 00:40:18 +02:00
2013-03-13 00:40:18 +02:00
2013-02-21 01:46:56 +01:00
2013-02-20 01:13:59 +01:00
2013-02-21 01:49:57 +01:00

Spine Runtimes

This project hosts the runtimes needed to use Spine 2D skeletal animations with various game toolkits.

The code provided here is currently under development and is subject to change.

Documentation is being worked on and will be provided as soon as possible.

Description
No description provided
Readme 635 MiB
Languages
C# 20.3%
HTML 17%
C++ 16.6%
C 10.4%
TypeScript 9.1%
Other 26.4%