-
Notifications
You must be signed in to change notification settings - Fork 5
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
Canvas2D and Shape2D #2
Comments
Hello! Canvas2D is absolutely something I would like to integrate. I haven't looked too deeply in the Canvas2D API, but I think it would not be too tricky to add. Any help on Akkad is always welcome! I will be happy to support you in any way I can =) |
First of all a question about Canvas2D: do you know if there is a way to have a group of nodes (a subtree of groups and shapes) "clipped" to a rectangle when rendered? That said: I have troubles understanding how exactly Akkad interacts with React. But there are too many details that I'm not getting. |
I haven't used Canvas2D as of yet, so I'm not sure. I will try and take a closer look at it this week. Concerning Akkad:
The I can add a lot more later, but it's pretty late where I am (Los Angeles, so Pacific time zone). Cheers! |
AFAICS in Akkad the Canvas2D has been implemented to support rendering DOM on it, using SVG to "do the trick".
Are there plans to implement the various Babylon Shape2D classes as components so that they can be rendered on a Canvas but managed by React (like every other Akkad component)?
I could help in doing it but I'd need some help in getting started...
The text was updated successfully, but these errors were encountered: