https://github.com/pavi2410/vce-samples
https://github.com/pavi2410/vce-samples
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavi2410/vce-samples
- Owner: pavi2410
- Created: 2020-08-01T08:00:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T12:54:23.000Z (about 5 years ago)
- Last Synced: 2025-01-28T00:30:57.213Z (9 months ago)
- Size: 36.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIT App Inventor Extensions
This repository is a template repository that you can use for building
an App Inventor extension separate from the App Inventor source
repository. It is used primarily for our system to create
TensorFlow.js-based extensions.To get started, place the sources for your extension under the `src/`
directory. All of the standard annotations App Inventor provides are
available to you. Any libraries you need should be placed under
`lib/deps/`.## Prerequisites
You will need:
* java 1.8 (either OpenJDK or Oracle)
* Do not use Java 8 or newer features as our build system does not yet support this.
* ant 1.10 or higher