|
|
|
|
|
by shadowmint
5277 days ago
|
|
ASE is a basically a scripting environment to automate tasks using python (or LUA, etc.) by running scripts. You can write scripts and then launch them using the ASE. This fails in a few ways, but the big ones are: - You need the ASE installed to run your scripts.
- You can't make an 'app' with it, because there's no ui. This lets you build a stand alone .apk using python including a user interface (well, opengl surface anyway); very, very neat. |
|