diff --git a/metadata/org.andresoviedo.dddmodel2.yml b/metadata/org.andresoviedo.dddmodel2.yml new file mode 100644 index 0000000000..67f4d56e0b --- /dev/null +++ b/metadata/org.andresoviedo.dddmodel2.yml @@ -0,0 +1,58 @@ +Categories: + - Graphics + - Multimedia +License: MIT +SourceCode: https://github.com/the3deers/android-3D-model-viewer +IssueTracker: https://github.com/the3deers/android-3D-model-viewer/issues +Changelog: https://github.com/the3deers/android-3D-model-viewer/releases + +Summary: 3D Model Viewer +Description: |- + Load 3D models and see how to do it with this open source + code application. + + Features: + * Supports >= Android 4.0.1 (Ice Cream Sandwich) - Min API Level 14 -> Target API Level 28 + * OpenGL ES 2.0 API + * Formats: OBJ (wavefront), STL (STereoLithography) & DAE (Collada-BETA) + * Calculation of normals + * Transformations: scaling, rotation, translation + * Colors + * Textures + * Lighting + * Wireframe + points mode + * Holes + * Smoothing + * Bounding box + * Skybox + * Object pick + * Skeletal animations (collada dae) + * Ray collision detection + * Stereoscopic 3D: anaglyph + cardboard + + Camera support: + * Tap to select object + * Drag to move camera + * Rotate with 2 fingers to rotate camera + * Pinch & spread to zoom in/out the camera + + Other: + * Texture loader + * Lightweight: only 1 Megabyte + * File explorer + +RepoType: git +Repo: https://github.com/the3deers/android-3D-model-viewer + +Builds: + - versionName: 3.0.4 + versionCode: 28 + commit: 3.0.4 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 3.0.4 +CurrentVersionCode: 28