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 graphics instruction for drawing a batch of points #118

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

nick-paul
Copy link
Collaborator

Add a graphics instruction for drawing a batch of points. This instruction gives roughly a 5-7x speedup over looping through each point individually.

With this instruction we can render all 35K points of the Stanford bunny at in 10ms (previously 50ms-70ms)

Screencast.from.2024-11-28.12-29-59.webm

@nick-paul nick-paul merged commit d081d59 into master Nov 28, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant