Canvas GUI Toolkit [closed]
We don’t all开发者_如何学Goow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionIs there a simple (and fast) toolkit for drawing things on a canvas (e.g. circles, lines, rectangles)?
It would be best if it was in Python, Java, C++.
I'm trying to make an application that drag'n'drops items to a canvas and moving them around in the canvas.
I've looked at a few, pyglet, Java Swing, HTML5 or are there other ones more suitable?
Take a look at the Qt's(C++ toolkit, there are also Python bindings - PyQt & PySide) Graphics View Framework. And here are some examples.
Hope this helps
If considering HTML5 Canvas, I would take a look at Processing.js.
精彩评论