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

Add Support for Animations #173

Open
jciskey opened this issue Apr 9, 2023 · 1 comment
Open

Add Support for Animations #173

jciskey opened this issue Apr 9, 2023 · 1 comment

Comments

@jciskey
Copy link

jciskey commented Apr 9, 2023

While working to utilize the library, I noticed that it doesn't load animation data from scenes, or any way to do animation rendering beyond the sample provided for sprites in the advanced examples section.

Is this something on the feature map, open for PRs with implementation, or outside the intended scope of the library?

Assuming it's open for PRs, is a minimum basic implementation acceptable for the first iteration? I'm thinking primarily in terms of GLTF scenes and their animation data.

@einarf
Copy link
Member

einarf commented Apr 9, 2023

Definitely open for PRs. Getting something basic like translation/rotations of nodes is a good start I guess. For mesh animations this data is at least prepared already.

The current screne structure was done in a great hurry to get things started. It's fairly simple and can be tweaked. Probably also a good idea to throw out pyrr for pyglm.

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