Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
50e8104
c3 backup
davidetan Aug 12, 2025
17a2b17
Fixed bounds...finally!
davidetan Aug 13, 2025
26455df
Bounds added as properties. Works also in runtime.
davidetan Aug 13, 2025
9395788
Updated ts-def to r452.
davidetan Aug 14, 2025
011eade
Improved reset bounds management.
davidetan Aug 14, 2025
0a5a3c8
Asset export. Committed in ts folder, not main repo examples folder.
davidetan Aug 14, 2025
540afbf
Add padding for indices to fix temporarily C3 bug.
davidetan Aug 18, 2025
ad91326
Add pma, wraps and filter management.
davidetan Aug 18, 2025
edcc67a
Updated c3 to r455 that introduces updateRender.
davidetan Sep 24, 2025
8dd0d79
Add missing reference to spine-construct3.
davidetan Sep 24, 2025
5d727e6
Updated c3 to r457 that introduces vertex colors also to editor SDK.
davidetan Oct 14, 2025
06326a5
Add vertices colors also for editor.
davidetan Oct 14, 2025
d4abaac
Removed padUint16ArrayForWebGPU since the bug has been fixed from Sci…
davidetan Oct 14, 2025
4372944
[ts] Add AddAnimation to c3
star2000 Oct 16, 2025
b4adc66
[ts] Add zh-CN translate to c3
star2000 Oct 16, 2025
614dbc5
[ts] format
star2000 Oct 16, 2025
267737b
[construct3] change altas and skeleton config type to text
star2000 Oct 17, 2025
8dea9b8
[c3] update sdk type to r459
star2000 Oct 29, 2025
7f70bb4
[c3] change altas and skeleton config type to projectfile
star2000 Oct 29, 2025
1d0d889
[c3] update addon.json
star2000 Oct 29, 2025
6a373d1
Updated c3 to r459 that introduces multiply and screen blending modes.
davidetan Oct 29, 2025
8a40c7b
Add support for multiply and screen blend mode.
davidetan Oct 29, 2025
28b7fb5
Merge branch 'EsotericSoftware:c3' into c3
star2000 Oct 30, 2025
4ed262d
[c3] Improve development scripts
star2000 Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ spine-cocos2dx/example-v4/cocos2dx.zip

spine-ts/spine-core/dist
spine-ts/spine-canvas/dist
spine-ts/spine-construct3/dist
spine-ts/spine-construct3-lib/dist
spine-ts/spine-webgl/dist
spine-ts/spine-player/dist
spine-ts/spine-webcomponents/dist
Expand Down
Binary file modified spine-ts/assets/cloud-pot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified spine-ts/assets/raptor-jaw-tooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified spine-ts/assets/snowglobe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified spine-ts/assets/vine-pma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified spine-ts/assets/windmill-pma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions spine-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ <h1>spine-ts Examples</h1>
<li><a href="/spine-webcomponents/example/dispose.html">Dispose</a></li>
<li><a href="/spine-webcomponents/example/gui.html">GUI</a></li>
</ul>
<li>Construct 3</li>
<ul>
<li><a href="/spine-construct3/dist/addon.json">Serve Addon for development</a></li>
</ul>
</ul>

</div>
Expand Down
Loading