This looks like a really interesting project: http://moscrif.com/documents
One of the things I like about it is that not only will the apps run on multiple mobile platforms they will run on your desktop too.
Programming is done in pure JavaScript (no HTML/CSS, just JavaScript) and there's no need to install other SDKs either. I hope this gains some momentum, I've been wanting something like this to come along.
Windows and Mac versions of the IDE are available now and a Linux version is said to be coming.
Mobile Development - Moscrif
- the.weavster
- Addict

- Posts: 1581
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: Mobile Development - Moscrif
It sounds quite good, but atm I prefer www.kivy.org as it runs upon Python.
cheers,
bembulak
bembulak
- the.weavster
- Addict

- Posts: 1581
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: Mobile Development - Moscrif
You're right, that does look even better.bembulak wrote:It sounds quite good, but atm I prefer http://www.kivy.org as it runs upon Python.
From what I've just read it looks like it uses Cython and the Android NDK to compile and package your program with a custom Python runtime containing only the modules you require into an installable Android app, is that right? The end user doesn't need SL4A installed, everything required is in the created package?
Can it really be that good?
I've just been running some of the demos on my laptop (Ubuntu) and I love the widgets.
-
Zach
- Addict

- Posts: 1677
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: Mobile Development - Moscrif
That Kivy thing does look pretty nice. I wish I had found something like this back when I was learning Python; I might still be using it if I had.
Re: Mobile Development - Moscrif
Exactly.From what I've just read it looks like it uses Cython and the Android NDK to compile and package your program with a custom Python runtime containing only the modules you require into an installable Android app, is that right? The end user doesn't need SL4A installed, everything required is in the created package?
You can even pack it for Windows/Linux/Mac, what makes it even better.
Besides Lazarus/Freepascal it's one of the few "Toolkits"/Environments, where you really can use one codebase for Mobile and Desktop, without learning a new GUI-Toolkit for each target. That makes it quite interesting.
cheers,
bembulak
bembulak
