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

Feature/motion matching with kdtree & kmeans #47

Merged
merged 12 commits into from
Nov 17, 2024

Conversation

kahboon0425
Copy link
Owner

@kahboon0425 kahboon0425 commented Nov 16, 2024

  • Use different methods (k-d tree and k-means) for motion matching.

  • Calculate the time and resource usage for each method and get the average.

  • Add a dropdown box to select the desired method for motion matching.

  • Display the motion matching results on the UI for all three methods.

@kahboon0425 kahboon0425 self-assigned this Nov 17, 2024
Copy link
Collaborator

@nixon-voxell nixon-voxell left a comment

Choose a reason for hiding this comment

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

Minor changes, overall looks really good!

Cargo.toml Outdated Show resolved Hide resolved
src/ui/play_mode.rs Outdated Show resolved Hide resolved
src/ui/play_mode.rs Outdated Show resolved Hide resolved
src/motion_matching/kmeans_match.rs Outdated Show resolved Hide resolved
src/motion_matching/kmeans_match.rs Outdated Show resolved Hide resolved
src/motion_matching/kmeans_match.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@nixon-voxell nixon-voxell left a comment

Choose a reason for hiding this comment

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

Remove SelectedMethod.

src/motion_matching.rs Outdated Show resolved Hide resolved
@nixon-voxell nixon-voxell merged commit 6368183 into main Nov 17, 2024
6 checks passed
@nixon-voxell nixon-voxell deleted the feature/motion_matching_with_kdtree branch November 17, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants