Skip to content

canvas spine2d

Black Ram edited this page Dec 23, 2024 · 6 revisions

Spine 2D

This page is under construction.

<>

https://github.com/pixijs/spine-v8

https://pixijs.io/spine-v8/examples/

This component gives the possibility to create 2D animations with Spine 2D: <>

You should create a library that allows you to use this component in Pixi'VN (components designed for PixiJS do not have functionality to save their current state and then restore it with a save). -> https://pixi-vn.web.app/start/canvas-elements.html#custom-elements

What is Spine 2D? Spine 2D is a powerful 2D animation software specifically designed for game development. It utilizes a skeletal animation system, meaning that characters and objects are animated using a hierarchy of "bones" that control the movement of attached parts.

Having the ability to use elements with advanced animations can be very useful in many cases.

Spine 2D

The AAA library provides this capability to PixiJS.

Currently, this functionality is not available in Pixi'VN, but we plan to implement it. Add a like or comment to this discussion to show your interest in this feature.

Clone this wiki locally