{"id":30895520,"url":"https://github.com/ladybug-tools/honeybee-ui-dotnet","last_synced_at":"2025-09-08T22:07:07.391Z","repository":{"id":37043297,"uuid":"255414015","full_name":"ladybug-tools/honeybee-ui-dotnet","owner":"ladybug-tools","description":"🐝🖱️ Eto forms/dialogs for honeybee schema objects","archived":false,"fork":false,"pushed_at":"2025-08-27T02:53:13.000Z","size":2133,"stargazers_count":3,"open_issues_count":6,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-27T05:35:56.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Honeybee.UI/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ladybug-tools.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}},"created_at":"2020-04-13T18:46:28.000Z","updated_at":"2025-08-27T02:52:17.000Z","dependencies_parsed_at":"2022-06-25T06:41:58.314Z","dependency_job_id":"81e0ebde-0007-455a-9520-d28c4e1d6a37","html_url":"https://github.com/ladybug-tools/honeybee-ui-dotnet","commit_stats":{"total_commits":644,"total_committers":5,"mean_commits":128.8,"dds":0.08074534161490687,"last_synced_commit":"38b80623b69b2d59b36afaefe7901fcc4ee0f20d"},"previous_names":[],"tags_count":313,"template":false,"template_full_name":null,"purl":"pkg:github/ladybug-tools/honeybee-ui-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-ui-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-ui-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-ui-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-ui-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladybug-tools","download_url":"https://codeload.github.com/ladybug-tools/honeybee-ui-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladybug-tools%2Fhoneybee-ui-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231549,"owners_count":25245659,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2025-09-08T22:07:04.789Z","updated_at":"2025-09-08T22:07:07.378Z","avatar_url":"https://github.com/ladybug-tools.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/ladybug-tools/honeybee-ui-dotnet/workflows/CD/badge.svg)](https://github.com/ladybug-tools/honeybee-ui-dotnet/actions) [![NuGet Version and Downloads count](https://buildstats.info/nuget/Honeybee.UI?dWidth=50)](https://www.nuget.org/packages/Honeybee.UI)\n\n# honeybee-ui-dotnet\n\nThis is the UI library with ETO dialogs and forms for editing Honeybee Schema (DotNet) on both Windows and Mac system.\n\n![2020-06-22-17-47-41](https://user-images.githubusercontent.com/9031066/85338696-c6c0f680-b4b0-11ea-82ac-0c1108f10966.gif)\n\n\n## Installation\n\nRun the following command or via Visual Studio Nuget Package Manager to install the library\n\n- [dotnet] `dotnet add package Honeybee.UI`\n\nThen include the DLL (under the `bin` folder) in the C# project, and use the namespaces:\n\n```csharp\nusing HoneybeeSchema;\nusing Honeybee.UI;\n```\n\n## Getting Started\n\n```csharp\nvar energyProp = new HoneybeeSchema.RoomEnergyPropertiesAbridged();\nvar dialog = new Honeybee.UI.Dialog_RoomEnergyProperty(energyProp);\nvar dialog_rc = dialog.ShowModal();\nif (dialog_rc != null)\n{\n    Console.WriteLine(dialog_rc.ToJson());\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fhoneybee-ui-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladybug-tools%2Fhoneybee-ui-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladybug-tools%2Fhoneybee-ui-dotnet/lists"}