Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using AI to generate a spine animation from a 2D image. #510

Closed
shadowfox87 opened this issue Jan 31, 2025 · 0 comments
Closed

Using AI to generate a spine animation from a 2D image. #510

shadowfox87 opened this issue Jan 31, 2025 · 0 comments

Comments

@shadowfox87
Copy link

Today, there are several image to video converters - Minimax and Kling which are the best at the moment. However, the output is a video which means it is an mp4 or gif. In the context of video game design and other applications, there is another alternative that is smaller in size - a spine.

A spine in 2D animation and graphic design refers to a rigging system that defines how different parts of an image move. It acts like a skeleton made of interconnected bones, allowing for smooth, dynamic animations without needing frame-by-frame drawing. Each bone influences specific parts of the image, enabling transformations like rotation, scaling, and bending. Spines are commonly used in game development, motion graphics, and interactive applications, where animations need to be lightweight and responsive. Tools like Spine 2D, DragonBones, and Godot's Skeleton2D use spines to animate characters, creatures, or objects efficiently.

Basically, take an image, it uses AI to determine what parts of that image should be moveable and splits that image into different body parts. Then, it writes a script which tells it how to assemble those parts and how to move it. This isn't a video. It's a script that is being generated. Unity and Godot engines use spines today but it takes several hours to weeks to months for a human being to create even 1 spine.

I find that this is an avenue that is unexplored currently in AI generation.

@GeeeekExplorer GeeeekExplorer closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants