开发者

Canvas GUI Toolkit [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

Is 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜