Although there are a lot of cross-platform-development-solutions out there, most of them try to be universal and have a large focus. This makes them hard to expand and understand. My hypothesis is, that it is possible, to create within useful period a own, very small but domain specific cross-platform-framework. The advantage would be that the […]
Tag Archives: crossplatform framework
Kivy
http://kivy.org Python-library based crossplatform development with focus on native input protocols and OpenGL Support. The even have a sort of my target ready made: https://github.com/stocyr/IcarusTouch
Article on general Crossplatform
Interesting article by Daniel Pfeiffer focuses on general crossplatform / mobile application development: http://floatlearning.com/2011/07/which-cross-platform-framework-is-right-for-me/ Discusses the following existing Tools results in the conclusion: More Power, less compatibility Rhodes http://rhomobile.com/products/rhodes/ Discussion point: Native UI elements vs. WebViews Titanium http://www.appcelerator.com/products/titanium-mobile-application-development/ Sort of Javascript to Native View translator engine. MoSync http://www.mosync.com/ C++ SDK based dev. environment. Uses own […]