mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
Categories:
|
|
- Draw
|
|
- Graphics
|
|
License: Apache-2.0
|
|
SourceCode: https://bitbucket.org/XatikGroup/droiddraw/src
|
|
IssueTracker: https://bitbucket.org/XatikGroup/droiddraw/issues
|
|
|
|
AutoName: Droid Draw
|
|
Description: |-
|
|
Control a pen holding Android and create complex shapes using part of the LOGO
|
|
programming language. Not sure what Turtle Graphics and LOGO programming is? The
|
|
original Turtle Graphics allowed a user to enter commands which represented what
|
|
would be drawn out out on a Cartesian plane. Droid Draw brings this same
|
|
functionality to Android users.
|
|
|
|
Not sure what to do? Make sure to check out the help section in the app or visit
|
|
the website. There is information on how to use the app and what every command
|
|
does.
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 4
|
|
commit: 6721ed5417ae
|
|
subdir: DroidDrawClient
|
|
srclibs:
|
|
- ActionBarSherlock@6e3f2bb5
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
|
|
project.properties
|
|
androidupdate:
|
|
- .
|
|
- ../TouchListView
|
|
target: android-15
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.0.0
|
|
CurrentVersionCode: 4
|
|
|
|
NoSourceSince: 1.1.1
|