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

SmoothGraphics is used to draw a circle, which is composed of many points. The circle is not smooth after being magnified, and the amount of data is very large. #27

Open
pcbren1987 opened this issue Sep 23, 2022 · 1 comment

Comments

@pcbren1987
Copy link

Whether the circle can be rendered with shaders, which can ensure that the circle is more smooth
Examples are as follows
https://www.pixiplayground.com/#/edit/-9ozT4cSsTjuyGauUlTIf
image

@ivanpopelyshev
Copy link
Contributor

ivanpopelyshev commented Sep 23, 2022

Its possible to make perfect circles and other basic shapes. You have to wait when someone dedicates time to it.

The ways you can help:

  1. Find which webgl renderer has this feature, that way we can copy parts of code. Means that feature has priority because some other project already has it.
  2. Post an issue with bounty in pixijs discussions https://github.com/pixijs/pixijs/

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