-
Notifications
You must be signed in to change notification settings - Fork 118
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
Vector graphics API #73
Comments
There's #28 for drawing triangles. Strokes and curves probably won't be implemented anytime soon though. |
I saw pixy.js has a graphics api (webgl + canvas), is this useful? |
Yes! Pixi.js has exellent support for drawing primitives and also enable drawing on canvas and using the canvas as input for creating a texture. It's a very impressive (and popular) library. |
We need this: https://beta.outracks.com/forum/general/867 |
I also found this:
|
It would be awesome to have an Graphics API, with fills, strokes, lines and curves. I think it would could be possible since both flash and html canvas supports them.
The text was updated successfully, but these errors were encountered: