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

Raytrace review #6

Merged
merged 13 commits into from
Aug 24, 2022
Merged

Raytrace review #6

merged 13 commits into from
Aug 24, 2022

Conversation

ericthelemur
Copy link
Contributor

No description provided.

By default, `indicatif` updates and redraws the progress bar for every update, however we have hundreds of thousands of updates, so this can add significant lag. Limit this draw rate to $x$ times a second with:

```rust, noplayground
bar.set_draw_rate(5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice spot

@Joeyh021
Copy link
Member

Diagrams are a work of fucking art

@Joeyh021
Copy link
Member

Joeyh021 commented Aug 24, 2022

I will update the indicatif thing, UWCS/rs118-raytracer#1

@Joeyh021 Joeyh021 merged commit 9787e5f into main Aug 24, 2022
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.

2 participants