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 #76

Open
voloshchu opened this issue Jun 30, 2021 · 1 comment
Open

Animation #76

voloshchu opened this issue Jun 30, 2021 · 1 comment

Comments

@voloshchu
Copy link

Hi. Im like you lib, but I can't do any animation with it. Can you help me? Please, show an example of C code.

@ajstarks
Copy link
Owner

See: https://github.com/ajstarks/openvg/blob/master/client/clip.c
in general, for animation, you compute the frame, create a background, and repeat.

A more extensive example, (although not in C is clock: https://github.com/ajstarks/openvg/blob/master/go-client/clock/clock.go

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

No branches or pull requests

2 participants