التخطي إلى المحتوى الرئيسي

Can I make an Android app with Python?


PyMob is a platform where apps can be written purely in Python and the compiler tool-flow (PyMob) converts them in native source codes for various platforms. There are few aspects which make PyMob approach  truly unique. Firstly, writing apps in Python is certainly simpler than  Obj-C, Java or JavaScript (some would disagree).  Secondly, the spec has  to be written in Python just once. Thirdly, PyMob generates native  source code for all the supported platforms. The generated native source  code is virtually indistinguishable from a hand written code and can be  further optimized by native compilers. More information on PyMob is  available at http://pyzia.com/technology.html

Here  are "cons" which are typically mentioned for any cross-platform mobile  app development platform and my inputs on how PyMob fares:

1.The Framework Might Not Support Every Feature of an Operating System or Device: In the PyMob approach, this will not be an issue since the developers  get native source code out of PyMob which they can edit and add features  by hand (if they desire so).

2. You Can’t Always Use Your Own Tools:   The PyMob code can be written with any IDE (or vi/emacs). The generated  code, say, Objective C(iOS), Java(Android) or JavaScript(HTML5) can be  used with any tool as desired by the developer.

3. Code Might Not Run as Fast: Since PyMob generates native source code, they are further compiled by native compiler and hence this is not an issue at all.

4. High-End Graphics and 3D Support is Often Limited: PyMob  includes Cocos2d engine which lets developer use all the features of  high end graphics. In fact, this is one of the big strengths of PyMob  platform. There are high quality educational games developed using PyMob  (http://pyzia.com/apps.html).

5. Vendor Lock-In: With PyMob approach, there is no vendor lock in. PyMob does not use  special features of Python so it pretty much runs on any machine or  environment. Further, the IP is with the developer in both Python and  native source code so there is no lock-in.



تعليقات

المشاركات الشائعة من هذه المدونة

تصميم الالعاب الالكترونية

100 مليار دولار هو حجم وناتج تجارة وصناعة سوق الألعاب الالكترونية دوليا، ليصبح هذا السوق في أهمية أسواق أي سلع استراتيجية أخرى .. مع انتشار الهواتف الذكية بصورة كبيرة و انتشار العاب و تطبيقات الهواتف الذكية اصبح هناك العديد من   الاشخاص يهتمون بتصميم العاب الاندرويد و الايفون  لذلك تقوم شركة لودكس بتصميم العاب اندرويد وايفون والالعاب الاونلاين والعاب الديسك توب بكل احترافية وبتصميمات رائعة وجودة عالية .    Game Developing           

أفضل برامج لصناعة الرسوم المتحركة

تعد صناعة أفلام الكارتون والأنيميشن من الصناعات الضخمة والمكلفة، إلا أن ظهور التكنولوجيا وكثير من التطبيقات تسهل من صناعتها كثيرا، مع توفير الكثير من الأموال التي يتم إنفاقها لعمل أفلام مميزة. وترصد فيتو 3 برامج لعمل أفلام أنيميشن 3D 1- برنامج Autodesk 3DS Max يتميز البرنامج بأنه سهل الاستخدام، وسريع، ويمكن من خلاله ابتكار شخصيات مختلفة ثلاثية الأبعاد، البرنامج غير مجانى إلا أنه يمكن تحميله للتجربة، أو الحصول عليه مجانا لمدة 3 سنوات في حالة كنت طالب، ويمكن تحميله من  هنا  2-برنامج Cinema 4D. ويتميز البرنامج بتوفير مجموعة واسعة من الإصدارات المختلفة، والتي تناسب كافة الاحتياجات وميزانية المستخدم، البرنامج سهل الاستخدام، ويوفر الكثير من الخيارات التي تمكن من عمل فيلم احترافى، ويمكن التحميل من  هنا  بعد اختيار الإصدار المناسب. 3- برنامج FlipaClip  وهو تطبيق خاص بالهواتف الذكية العاملة بنظام أندرويد، البرنامج سهل الاستخدام، التطبيق يقدم العديد من المزايا من طبقات الرسم، وجدول زمنى وأدوات مختلفة للرسم، ويمكن تحميله من  هنا  4- تطبيق Animation ...

Difference between virtual reality, augmented reality and mixed reality

Augmented reality and mixed reality are often used to refer to the same idea, however there are a few potential differences between the two depending on who you speak to. To some, it is semantics, while to companies like Microsoft, there is an important distinction between the two terms. The majority of mentions of augmented reality and mixed reality in the press right now refer to “mixed reality” as a synonym of “augmented reality”. Even experiences which could be under the umbrella of “mixed reality” are called “augmented reality” by the companies creating them. This is where things get confusing. “Mixed reality” is most commonly used by Microsoft to describe their HoloLens. The media often call it “augmented reality” to begin with, adding on in a rather forced sounding way — “or as Microsoft calls it, ‘mixed reality’”, followed by using the terms interchangeably throughout their articles. It is best explained by starting with the much easier definition of “virtual reality”: ...