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

Enhance rendering framework with new RenderNode architecture #1196

Merged
merged 36 commits into from
Dec 9, 2024

Conversation

yuto-trd
Copy link
Member

@yuto-trd yuto-trd commented Dec 7, 2024

Introduce RenderNode, RenderNodeContext, and various implementations to improve rendering capabilities. Update existing classes to utilize the new framework and mark obsolete classes with suggested alternatives. Implement unit tests for validation and enhance rendering management with caching.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

The following TODO comments were found:

// TODO: EffectTargetが複数の場合に対応する

// TODO: インスタンスのあるクラスである必要はないので、近々削除する

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.ProjectSystem 11% 6% 2190
Beutl.Utilities 73% 67% 360
Beutl.Threading 100% 94% 118
Beutl.Operators 4% 0% 62
Beutl.Engine 29% 28% 8858
Beutl.Core 33% 30% 3120
Beutl.Extensibility 2% 0% 66
Beutl.Configuration 39% 19% 285
Beutl.Language 0% 0% 712
Summary 27% (10036 / 37384) 27% (2870 / 10791) 15771

Minimum allowed line rate is 0%

@yuto-trd yuto-trd marked this pull request as ready for review December 9, 2024 14:00
@yuto-trd yuto-trd merged commit e1c2622 into main Dec 9, 2024
4 checks passed
@yuto-trd yuto-trd deleted the feat/render-node branch December 9, 2024 14:02
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