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

Split the base out of the confetti view #113

Merged
merged 6 commits into from
Jun 18, 2022
Merged

Split the base out of the confetti view #113

merged 6 commits into from
Jun 18, 2022

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Jun 10, 2022

Description of Change

This PR moves the core rendering logic out of the confetti view and into 2 base classes:

  • SKSurfaceView - the view that can have the canvas replaced
  • SKAnimatedSurfaceView - the view that supports a "render loop"

This is useful because there is going to be a lottie view that is going to be animated and also the filter image view which is just the base surface.

@mattleibow mattleibow merged commit f07eef8 into main Jun 18, 2022
@mattleibow mattleibow deleted the dev/split-base branch June 18, 2022 00:00
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