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 canvas.drawCircle() #136

Open
vtereshkov opened this issue Jan 28, 2024 · 2 comments
Open

Add canvas.drawCircle() #136

vtereshkov opened this issue Jan 28, 2024 · 2 comments

Comments

@vtereshkov
Copy link
Contributor

No description provided.

@marekmaskarinec
Copy link
Member

@skejeton we should think about this when designing the new renderer.

@skejeton
Copy link
Member

skejeton commented Feb 3, 2024

I was thinking whether Tophat could run well on software renderer - for now, the main bottleneck in the performance is not actually rendering stuff to the screen, but incorrectly using the GPU pipeline, software rendering doesn't have this issue because you can directly write to the memory without any pipelines. It'll also allow to implement shapes like circles without the need for triangles and LOD/generating every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants