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

Vector graphics API #73

Open
markknol opened this issue Feb 18, 2013 · 6 comments
Open

Vector graphics API #73

markknol opened this issue Feb 18, 2013 · 6 comments

Comments

@markknol
Copy link
Contributor

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.

@aduros
Copy link
Owner

aduros commented Feb 18, 2013

There's #28 for drawing triangles. Strokes and curves probably won't be implemented anytime soon though.

@markknol
Copy link
Contributor Author

markknol commented Dec 4, 2013

I saw pixy.js has a graphics api (webgl + canvas), is this useful?
https://github.com/GoodBoyDigital/pixi.js/tree/master/src/pixi/renderers

@anissen
Copy link
Contributor

anissen commented Apr 11, 2014

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.

@markknol
Copy link
Contributor Author

markknol commented Jun 6, 2014

We need this: https://beta.outracks.com/forum/general/867

@anissen
Copy link
Contributor

anissen commented Jun 6, 2014

Really neat! 👍

Recently, Pixi has also done some work in improving their polygon rendering in WebGL using stencil buffers (info, example).

@markknol
Copy link
Contributor Author

I also found this:
https://github.com/dazKind/hx-nanovg
https://github.com/memononen/nanovg

NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API.

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

3 participants