{"id":13693552,"url":"https://github.com/penk/terrarium-app","last_synced_at":"2026-02-06T21:32:21.029Z","repository":{"id":17750286,"uuid":"20598769","full_name":"penk/terrarium-app","owner":"penk","description":"UI Prototyping Tool for Coders","archived":false,"fork":false,"pushed_at":"2018-09-17T05:35:18.000Z","size":12988,"stargazers_count":294,"open_issues_count":8,"forks_count":44,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-08-01T11:08:54.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.terrariumapp.com","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/penk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-07T17:40:43.000Z","updated_at":"2025-07-05T01:18:46.000Z","dependencies_parsed_at":"2022-07-13T04:40:58.557Z","dependency_job_id":null,"html_url":"https://github.com/penk/terrarium-app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/penk/terrarium-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penk%2Fterrarium-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penk%2Fterrarium-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penk%2Fterrarium-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penk%2Fterrarium-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/penk","download_url":"https://codeload.github.com/penk/terrarium-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/penk%2Fterrarium-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29177527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T17:01:12.414Z","updated_at":"2026-02-06T21:32:21.014Z","avatar_url":"https://github.com/penk.png","language":"QML","funding_links":[],"categories":["Qt QML","Developer"],"sub_categories":[],"readme":"Terrarium - UI Prototyping Tool for Coders\n=========\n\n![Doge](http://i.imgur.com/Z0KMIaf.png)\n\nTerrarium is a cross platform QML Playground: the view [renders lively](http://i.imgur.com/MCA641U.gif) as you type in the editor, makes prototyping and experimenting with [QtQuick](http://qt.digia.com/qtquick/) a lot more fun!  \n\nIt monitors changes in its `TextEdit`, and triggers the view to reload source from the local http server. If you're looking for a file system watcher implementation, please refer to [QML LiveReload](https://github.com/penk/qml-livereload).\n\n### More details on http://www.terrariumapp.com\n\n## Download\n\n* [iOS](https://itunes.apple.com/us/app/terrarium/id891232736?ls=1\u0026mt=8)\n* [Android](https://play.google.com/store/apps/details?id=com.terrariumapp.penk.Terrarium) or [download apk](https://github.com/penk/terrarium-app/releases/download/V1.5/TerrariumApp_1.5.apk)\n* [Mac OSX](https://github.com/penk/terrarium-app/releases/download/V1.5/Terrarium-1.5.dmg)\n* [Ubuntu Linux](https://github.com/penk/terrarium-app/releases/download/V1.5/terrarium_1.5_amd64.deb)\n* [Ubuntu Touch](https://github.com/penk/terrarium-app/releases/download/V1.5/com.ubuntu.developer.penk.terrarium_1.5_armhf.click)\n\n## Build Instructions\n\n    git clone https://github.com/penk/terrarium-app.git\n    cd terrarium-app \u0026\u0026 git submodule init \u0026\u0026 git submodule update\n    qmake \u0026\u0026 make\n\n## Platform Specific Instructions\n\n### For Arch-Linux\nJust go to AUR:\n`yaourt -S terrarium-git`\n\n### For Mac OSX/iOS\n\nTo add icons to iOS build, first generate and open `Terrarium.xcodeproj`, switch AppIcon to use [Assets Catalog](https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/Recipe.html), then replace `Terrarium/Images.xcassets/` directory with `platform/ios/Images.xcassets`.\n\nAs for Mac OSX, refer to `macdeployqt` command in `terrarium-app.pro` file.\n\n### For Ubuntu Desktop/Phone\n\nIf you're using Qt packages from apt archive instead of [qt-project.org](http://download.qt-project.org/) releases, here's the dependencies:\n\n    sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtdeclarative5-dev build-essential\n\nAll `debian/` package information can be found under `platform/ubuntu/` directory, copy it to current path and build the package by:\n\n    cp -r platform/ubuntu/debian .\n    cp platform/ubuntu/terrarium.desktop .\n    dpkg-buildpackage -b\n\nIf you're building click package, execute following command on device (for native compile):\n\n    cp platform/ubuntu/* .\n    click build .\n\nAnd install it\n\n    pkcon --allow-untrusted install-local com.ubuntu.developer.penk.terrarium_1.5_armhf.click\n\n### For Android\n\nFirst generate your keystore by `keytool`\n\n    keytool -genkey -v -keystore ../TerrariumApp.keystore -alias TerrariumApp -keyalg RSA -keysize 2048 -validity 10000\n\nthen\n\n    ~/Qt5.4.1/5.4/android_armv7/bin/qmake\n    make\n    make install INSTALL_ROOT=../android-terrarium\n\nBuild and sign apk by:\n\n    ~/Qt5.4.1/5.4/android_armv7/bin/androiddeployqt --input \\\n        android-libTerrarium.so-deployment-settings.json \\\n        --output ../android-terrarium --release --sign ../TerrariumApp.keystore TerrariumApp\n\n## Screenshots\n\n* [Android 5.0.0](http://i.imgur.com/0X6e6wK.png)\n* [iOS 8.2](http://i.imgur.com/n2EPoha.png)\n* [Mac OSX 10.10.2](http://i.imgur.com/Z0KMIaf.png)\n* [Ubuntu Touch](http://i.imgur.com/KShLea0.png)\n* [Ubuntu 14.10](http://i.imgur.com/TI2rLIX.png)\n\n## LICENSE\n\nCopyright © 2014-2015 Ping-Hsun (penk) Chen \u003cpenkia@gmail.com\u003e  \nThe source code is, unless otherwise specified, distributed under the terms of the MIT License.\n\n## CREDITS\n\n* [DocumentHandler](https://github.com/khertan/ownNotes) by Benoît HERVIER\n* [QMLHighligher](https://gitorious.org/aalperts-automatons/bragi) by Alan Alpert\n* [QHttpServer](https://github.com/rschroll/qhttpserver) by Robert Schroll\n* [Font Awesome](http://fontawesome.io) by Dave Gandy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenk%2Fterrarium-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpenk%2Fterrarium-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenk%2Fterrarium-app/lists"}