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

More motion graphics primitives #31

Open
6 of 9 tasks
nixon-voxell opened this issue Mar 20, 2024 · 7 comments
Open
6 of 9 tasks

More motion graphics primitives #31

nixon-voxell opened this issue Mar 20, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nixon-voxell
Copy link
Member

nixon-voxell commented Mar 20, 2024

Creating animations typically requires more primitives to work with.

A good reference point of what we are lacking at the moment is the motion canvas API docs.

Personally below are some of the must have components for creating a motion graphics video:

@nixon-voxell nixon-voxell added the enhancement New feature or request label Mar 20, 2024
@nixon-voxell nixon-voxell added this to the 0.2.0 milestone Mar 20, 2024
@nixon-voxell nixon-voxell self-assigned this Mar 20, 2024
@AbstractiveNord
Copy link
Contributor

Up priority for Video/Audio integration. May be worth to have integration with touying.

@nixon-voxell nixon-voxell changed the title More vello graphics primitives More motion graphics primitives Mar 26, 2024
@nixon-voxell
Copy link
Member Author

@AbstractiveNord this is related to #20

@musjj
Copy link

musjj commented Mar 28, 2024

Would love to see polygons too, but I guess this should be handled upstream (linebender/kurbo#335)?

@nixon-voxell
Copy link
Member Author

Would love to see polygons too, but I guess this should be handled upstream (linebender/kurbo#335)?

@musjj It's actually doable using the Bezier Curve, it supports, line, quadratic curve, and cubic curve. Right now it's just that it may be a little tedious to do it, and might need a better interface.

@nixon-voxell
Copy link
Member Author

A huge chunk of this issue is blocked by #39 and #30

@nixon-voxell nixon-voxell added the blocked Being blocked by other issue/pull request label Apr 4, 2024
@nixon-voxell nixon-voxell removed the blocked Being blocked by other issue/pull request label May 27, 2024
@aymey
Copy link
Contributor

aymey commented May 28, 2024

should this be moved to bevy_vello_graphics?

@nixon-voxell
Copy link
Member Author

@aymey not really, at least not all of them, some of them are not related to vector graphics. I think we will move the individual issues into their respective repo and keep this issue here to track all of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

4 participants