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

Radial Progress Dynamic Shader Effect #82

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

jfboeve
Copy link
Collaborator

@jfboeve jfboeve commented Nov 9, 2023

Radial Progress bar effect.

This is a masking type effect similar to Radius / border / fadeout.

@@ -113,6 +115,7 @@ export class DynamicShader extends WebGlCoreShader {
effectContructors: Partial<EffectMap>,
) {
const shader = DynamicShader.createShader(props, effectContructors);
console.log('sad', shader.fragment);
Copy link
Collaborator

Choose a reason for hiding this comment

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

😭 😆

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

epic sad log

@frank-weindel frank-weindel changed the title Feat/effect radial progress Radial Progress Dynamic Shader Effect Nov 13, 2023
@frank-weindel frank-weindel merged commit ef2b450 into main Nov 13, 2023
1 check passed
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