{"id":26152171,"url":"https://github.com/timsueberkrueb/slime-engine","last_synced_at":"2026-05-27T18:32:38.180Z","repository":{"id":93304370,"uuid":"53530356","full_name":"timsueberkrueb/slime-engine","owner":"timsueberkrueb","description":":globe_with_meridians: A QML webview wrapper - Discontinued","archived":false,"fork":false,"pushed_at":"2017-03-19T12:19:07.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T06:58:25.550Z","etag":null,"topics":["oxide","qml","qt5","qtwebengine","webview","wrapper"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timsueberkrueb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-03-09T20:43:49.000Z","updated_at":"2018-08-29T18:18:17.000Z","dependencies_parsed_at":"2023-03-03T21:00:36.782Z","dependency_job_id":null,"html_url":"https://github.com/timsueberkrueb/slime-engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timsueberkrueb/slime-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fslime-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fslime-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fslime-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fslime-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timsueberkrueb","download_url":"https://codeload.github.com/timsueberkrueb/slime-engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timsueberkrueb%2Fslime-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["oxide","qml","qt5","qtwebengine","webview","wrapper"],"created_at":"2025-03-11T06:58:27.763Z","updated_at":"2026-05-27T18:32:38.174Z","avatar_url":"https://github.com/timsueberkrueb.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slime Engine\nA QML webview wrapper to support both QtWebEngine and Oxide through one simple QML API.\n\n# Installation\n\n## Dependencies\n* Qt \u003e= 5.5 (QtQuick \u003e= 2.5)\n\nEither ...\n* QtWebEngine \u003e= 1.2\n\n... or ...\n* Oxide \u003e= 1.15 and Ubuntu.DownloadManager \u003e= 0.1\n\n## Build and Install\n```\ngit clone https://github.com/tim-sueberkrueb/slime-engine\ncd slime-engine\nqmake \u0026\u0026 make\nsudo make install\n```\n\n## Usage\n\nTry the demo:\n```\ncd slime-engine\nqmlscene demo/Demo.qml\n```\n\nMinimal example:\n```qml\nimport QtQuick 2.5\nimport SlimeEngine 0.2\n\nWebView {\n    engine: Slime.detectEngine()\n    // engine: WebEngine.Oxide\n    // engine: WebEngine.QtWebEngine\n    url: \"http://github.com\"\n}\n\n```\nRemember to call `QtWebEngine::initialize();` from C++ when you're using QtWebEngine.\n\n# Releases\n* v0.2\n    * Current development release\n    * Code cleanup and removed a lot of boilerplate code\n    * Bug fixes\n    * API changes:\n        * `NewViewRequest.openIn()` and `WebView.openRequest` are no longer supported. Set `WebView.request` on creation of a new view instead.\n        * `Slime.backend` was renamed to `Slime.engineName`\n        * `Slime.backendDetected` was renamed to `Slime.engineDetected`\n        * `Slime.detectBackend()` was renamed to `Slime.detectEngine()`\n    * Slime no longer automatically detects the webengine\n* v0.1\n    * Initial alpha preview\n    * There are some known bugs (fixed in v0.2) - do not use in production\n\nNote: There is no stable realease, yet!\n\n## Copyright and License\n(C) Copyright 2016 by Tim Süberkrüb\n\nSlime Engine is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.\n\nSee LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsueberkrueb%2Fslime-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimsueberkrueb%2Fslime-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimsueberkrueb%2Fslime-engine/lists"}