-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the AppVis wiki! AppVis is the extensions that provides a high level interface to the iSense api. This wiki provides a short build guide and a documentation glossary should someone want to build and extend this extension.
The build instructions for the appinventor website bundled with this repository are located inside of the readme. However, extensions are handled under an ant rule called extensions. In order to build the iSense AppVis extension simply run:
ant extensions
inside of the appinventor directory.
This will build an aix located in appinventor/components/build/extensions
The built in components are located in
appinventor/components/src/com/google/appinventor/components/runtime
However, the AppVis extension is packaged differently under
appinventor/components/src/edu/uml/cs/isense/
Read the documentation for mit appinventor at: http://appinventor.mit.edu/appinventor-sources/
Notes for how to make extensions and their limitations are located at: http://ai2.appinventor.mit.edu/reference/other/extensions.html