{"id":23684995,"url":"https://github.com/trikko/guino","last_synced_at":"2026-01-07T14:30:17.602Z","repository":{"id":200331124,"uuid":"705264264","full_name":"trikko/guino","owner":"trikko","description":"Unleash guino magic for effortless GUI development in D!","archived":false,"fork":false,"pushed_at":"2024-09-17T09:55:48.000Z","size":1754,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T20:50:26.045Z","etag":null,"topics":["d","dlang","dlanguage","gui","ui","webview"],"latest_commit_sha":null,"homepage":"","language":"D","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/trikko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"trikko","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-10-15T14:28:44.000Z","updated_at":"2024-11-06T20:12:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c476e7a2-730b-4e9d-bf24-34e9d7383416","html_url":"https://github.com/trikko/guino","commit_stats":null,"previous_names":["trikko/guino"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fguino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fguino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fguino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fguino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trikko","download_url":"https://codeload.github.com/trikko/guino/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742366,"owners_count":19689307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["d","dlang","dlanguage","gui","ui","webview"],"created_at":"2024-12-29T20:50:31.890Z","updated_at":"2026-01-07T14:30:17.563Z","avatar_url":"https://github.com/trikko.png","language":"D","funding_links":["https://github.com/sponsors/trikko"],"categories":[],"sub_categories":[],"readme":"# guino [![Build status](https://ci.appveyor.com/api/projects/status/vi5t1sv69iopb88d?svg=true)](https://ci.appveyor.com/project/trikko/guino) [docs](https://guino.dpldocs.info/guino.html)\n\nUnleash guino magic for effortless GUI development in D!\n\n### Hello, world!\n\nAdd guino to your dub project:\n```\ndub add guino\n```\n\nMinimal example:\n\n```d\n  import guino;\n  void main()\n  {\n    WebView wv = WebView(true);\n    wv.html = \"\u003chtml\u003e\u003cbody\u003ehello world\u003c/body\u003e\u003c/html\u003e\";\n    wv.size(640, 480, WEBVIEW_HINT_FIXED);\n    wv.run();\n  }\n```\n\n### How does it works?\nMore examples [here](https://github.com/trikko/guino/tree/main/examples)\n\n### Build libwebview on linux/macOS\n\nCheckout this repository with all submodules:\n```\ngit clone --recurse-submodules  https://github.com/trikko/guino\n```\n\nCompile libwebview ([see also](https://github.com/webview/webview)):\n```\nguino/webview/script/build.sh build\n```\n\nInstall libwebview in your system:\n```\nsudo cp guino/webview/build/library/libwebview.* /usr/local/lib/\n```\n\nOn linux, run `sudo ldconfig` to update the cache.\n\n### Extra steps on macOS:\n\nMake sure that the path `/usr/local/lib` is included in the `DYLD_LIBRARY_PATH` environment variable. For example, you can run your project with:\n\n```bash\nDYLD_LIBRARY_PATH=/usr/local/lib dub\n```\n\nAlternatively, you can add the following line to your `bashrc`:\n\n```bash\nexport DYLD_LIBRARY_PATH=/usr/local/lib\n```\n\nand run it with `dub`\n\n### Build libwebview on windows\n\nLibraries for windows are shipped inside the repository but you can build from source:\n\n```\ngit clone --recurse-submodules  https://github.com/trikko/guino\n```\n\nCompile libwebview ([see also](https://github.com/webview/webview)):\n```\nguino/webview/script/build.bat build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fguino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrikko%2Fguino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fguino/lists"}