• Pyxel的开发是蟒蛇图书馆,提供了一个动态交互式的、非常便于携带、图形的环境。 它使图表和小部件,看起来相同的任何潜在的环境的支持。

    有一吨的GUI库,在那里,蟒蛇已经绑来了很多人。 你可能觉得这听起来像一个很好的理由不让另一个GUI图书馆。 然而,Pyxel让你做的部件,这是便携式的不同图书馆之间而不改变任何代码。 如果你让一个很酷的滑块部件用于查看它的工作只是和看起来相同,当你用它在wxPython应用程序。

    首先让我说,Pyxel件是不是要取代任何图书馆的小工具设置的。 他们只是为了补他们和提供的便携性之间的图书馆。 如果你想要你的小工具是100%的携带任何其他pyxel支持的图书馆,使一个Pyxel部件。 如果你不关心,通过各种手段利用本地的部件。 他们将最有可能更快。

  • Pyxel विकसित किया गया था होना करने के लिए एक अजगर पुस्तकालय प्रदान करता है कि एक गतिशील, इंटरैक्टिव, उच्च पोर्टेबल, चित्रमय वातावरण है । यह बनाता है चित्र और विगेट्स में समान देखो, जो कुछ भी अंतर्निहित वातावरण का समर्थन करता है.

    वहाँ एक टन कर रहे हैं के जीयूआई पुस्तकालयों वहाँ से बाहर हैं, और अजगर है बाइंडिंग के लिए उनमें से एक बहुत कुछ है । आप सोच सकते हैं की तरह लगता है कि एक अच्छा कारण नहीं करने के लिए एक जीयूआई पुस्तकालय है । हालांकि, Pyxel बनाने के लिए अनुमति देता है कि विगेट्स कर रहे हैं पोर्टेबल विभिन्न पुस्तकालयों के बीच बदलने के बिना किसी भी कोड है । यदि आप एक शांत स्लाइडर विजेट के लिए pygame यह काम करेंगे बस के रूप में अच्छी तरह से और समान लग रही है, जब आप इसे उपयोग में एक wxPython आवेदन है ।

    सबसे पहले मुझे कहना है कि Pyxel विगेट्स मतलब नहीं कर रहे हैं को प्रतिस्थापित करने के लिए किसी भी पुस्तकालय के विजेट सेट. वे कर रहे हैं केवल करने के लिए वहाँ suppliment उन्हें प्रदान करते हैं और पोर्टेबिलिटी के बीच पुस्तकालयों. यदि आप चाहते हैं अपने विजेट किया जा करने के लिए 100%, पोर्टेबल करने के लिए किसी भी अन्य pyxel समर्थित पुस्तकालय, बनाने के लिए एक Pyxel विगेट्स. अगर आप परवाह नहीं है, हर तरह से उपयोग देशी विगेट्स. वे सबसे अधिक संभावना है, तेजी से हो ।

  • Pyxel was developed to be a Python library that provides a dynamic, interactive, highly portable, graphical environment. It makes diagrams and widgets look identical in whatever underlying environment it supports.

    There are a ton of GUI libraries out there, and Python has bindings to a lot of them. You may think that sounds like a good reason not to make another GUI library. However, Pyxel allows you to make widgets that are portable between different libraries without changing any code. If you make a cool slider widget for pygame it will work just as well and look identical when you use it in a wxPython application.

    First let me say that Pyxel widgets are not meant to replace any library's widget set. They are only there to suppliment them and provide portability between libraries. If you want your widget to be 100% portable to any other pyxel-supported library, make a Pyxel widgets. If you don't care, by all means use the native widgets. They will most likely be faster.