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

Refreshing paths while navigating #69

Open
CubBossa opened this issue Sep 26, 2023 · 0 comments
Open

Refreshing paths while navigating #69

CubBossa opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request feature Not only an improvement but a whole new feature

Comments

@CubBossa
Copy link
Owner

CubBossa commented Sep 26, 2023

The caluclation of the shortest path should be updatable while the visualization is running.
Occuring problem is the movement of the path location samples, so that every recalculation of the path would render in a jerky refresh.
This only affects bezier viusalizers for now.
Resolution would be a setup that remembers the already rendered points and waits until all "wandering particles" have moved to the end of their paths before discarding, while new "wandering particles" start on the newly updated path.

@CubBossa CubBossa added enhancement New feature or request feature Not only an improvement but a whole new feature labels Sep 26, 2023
@CubBossa CubBossa self-assigned this Sep 26, 2023
CubBossa pushed a commit that referenced this issue Sep 28, 2023
CubBossa added a commit that referenced this issue Oct 9, 2023
CubBossa added a commit that referenced this issue Oct 18, 2023
CubBossa added a commit that referenced this issue Oct 19, 2023
CubBossa added a commit that referenced this issue Oct 30, 2023
# Conflicts:
#	pathfinder-core/src/main/java/de/cubbossa/pathfinder/storage/StorageImpl.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Not only an improvement but a whole new feature
Projects
None yet
Development

No branches or pull requests

1 participant