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

Animation-System Implementation #58

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Animation-System Implementation #58

wants to merge 9 commits into from

Conversation

lamarrr
Copy link
Owner

@lamarrr lamarrr commented Dec 5, 2024

This pull request implements the basic animation system.
Follows up on #54

@lamarrr lamarrr changed the base branch from main to bring-up-core-systems December 5, 2024 23:51
@lamarrr lamarrr self-assigned this Dec 5, 2024
@lamarrr
Copy link
Owner Author

lamarrr commented Dec 5, 2024

@darmie I wanted to add you as author/reviewer, but it's not letting me. Perhaps a setting from your end?
I've also added a cmake-format config file as you requested

Base automatically changed from bring-up-core-systems to main December 7, 2024 04:58
Comment on lines +169 to +173
/// @details We use a prefix sum encoding of the timestamps, this makes seeking
/// the entire timeline O(Log2N) as it enables us to use a binary search,
/// It also allows us to randomly start the animation from any point in the
/// timeline without modifying the timeline or having to persist the
/// timeline or the animation state.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@darmie
Copy link
Contributor

darmie commented Dec 7, 2024

All looks good to me!

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