Replies: 1 comment
-
did you figure out how to do it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://youtu.be/eI9idPTT0c4?si=Lul-_tm7TKjE4Y4L
I'm following this as a reference
So farm I'm able to render the player in canvas and append the projectiles to the canvas. But when it comes to animation I'm completely stuck. Confused between using useState and useShared value.
I also tried to make the player move and it works fine by using makeMutable and onClick handler
Can someone guide me on the projectile part or tell me if it's possible with skia and reanimated
My final goal is to make it multiplayer similar to this:
https://youtu.be/HXquxWtE5vA?si=_34x6QsKOW_rHiC4
This will have further complexities like joysticks on mobile but I want to give it a shot if the single player version works
Beta Was this translation helpful? Give feedback.
All reactions