bevy
bevy copied to clipboard
Can cgpath be supported?
What problem does this solve or what need does it fill?
A description of why this particular feature should be added.
What solution would you like?
The solution you propose for the problem presented.
What alternative(s) have you considered?
Other solutions to solve and/or work around the problem presented.
Additional context
Any other information you would like to add such as related previous work, screenshots, benchmarks, etc.
Do you mind providing more information about this? A quick google shows cgpath as being a Swift UI API? How would you imagine a Bevy integration here working?
Do you mind providing more information about this? A quick google shows cgpath as being a Swift UI API? How would you imagine a Bevy integration here working?
Bevy is using glam for math: https://crates.io/crates/glam
You can enable the mint feature on cgmath and glam to have compatibility between them, but cgmath won't be supported as first party.