Davide Tantillo
bb1bdceb83
Moved assets to a single assets folder.
2025-05-09 15:42:06 +02:00
Mario Zechner
1df497e1e7
[ts][canvas] Minor fix to triangle renderer, improve examples
2024-07-05 17:53:48 +02:00
Mario Zechner
98da54402f
[ts] Update all examples to pass Physics to updateWorldTransform()
2023-11-26 13:10:58 +01:00
Mario Zechner
98f060b435
[ts] Refactor how textures are stored in texture regions, fix renderers, add custom attachment WebGL example.
2023-04-17 16:12:26 +02:00
Mario Zechner
6d4b8e68bc
[ts][canvas] Improve examples
2022-03-14 11:29:21 +01:00
Mario Zechner
58f0bc0d0c
Added promise based AssetManager.loadAll(), Skeleton.getBoundsRect() helper method.
2022-03-14 11:23:53 +01:00
Mario Zechner
3d3589f265
[ts] Refactor build, don't commit artifacts
...
npm install will automatically build everything necessary for local development and viewing the examples.
2021-09-01 11:09:31 +02:00
Mario Zechner
de6cee955b
[ts] Remove old namespaces, dev build
...
Previously, we'd export to global objects called spine.canvas, spine.webgl, spine.threejs. Going forward, all Spine APIs will be hosted by the global spine object when the runtime is used straight from the bundled .js files in the build/ folder. This is a minor change with a simple fix on the user side, i.e. replace spine.canvas. with spine.
2021-08-27 18:48:17 +02:00
Mario Zechner
474dae82a0
ES2015 modulification of spine-ts core.
2021-08-20 16:24:10 +02:00