voxell-tech / bevy_motiongfx

Motion graphics creation tool in Bevy. (Highly inspired by Motion Canvas and Manim)
Apache License 2.0
169 stars 3 forks source link

Basic `Glyph` support for `Text` rendering and new `vello_text` example #11

Closed nixon-voxell closed 10 months ago

nixon-voxell commented 11 months ago

Related to https://github.com/nixon-voxell/bevy_motiongfx/issues/3

This pull request focuses on basic glyph rendering and animation for font and text

nixon-voxell commented 10 months ago

Since Typst is now supported, the use of custom VelloText does not seems as useful now. (Custom VelloText is also a little hard to animate as all of the content - characters is bunched together in a single entity)

Will close this for now, but open for debate in the future.