{"id":19720844,"url":"https://github.com/hexaengine/hexa.net.kittyui","last_synced_at":"2025-04-29T21:31:05.851Z","repository":{"id":254331331,"uuid":"826880809","full_name":"HexaEngine/Hexa.NET.KittyUI","owner":"HexaEngine","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-13T09:42:23.000Z","size":18913,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T09:54:44.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/HexaEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-07-10T15:06:09.000Z","updated_at":"2025-04-13T09:42:27.000Z","dependencies_parsed_at":"2024-11-11T23:12:46.187Z","dependency_job_id":"667d431e-6087-4023-8c7a-59c06d330ca2","html_url":"https://github.com/HexaEngine/Hexa.NET.KittyUI","commit_stats":null,"previous_names":["hexaengine/hexa.net.kittyui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEngine%2FHexa.NET.KittyUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEngine%2FHexa.NET.KittyUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEngine%2FHexa.NET.KittyUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEngine%2FHexa.NET.KittyUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HexaEngine","download_url":"https://codeload.github.com/HexaEngine/Hexa.NET.KittyUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251585771,"owners_count":21613277,"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":[],"created_at":"2024-11-11T23:12:41.097Z","updated_at":"2025-04-29T21:31:00.840Z","avatar_url":"https://github.com/HexaEngine.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexa.NET.KittyUI (WIP)\n\nHexa.NET.KittyUI is a minimalistic UI framework built around the popular **imgui** library, designed to be lightweight and highly portable. It supports cross-platform development and comes with rendering backends for both **Direct3D 11 (D3D11)** and **OpenGL 4**.\n\n## Features\n\n- **Minimalistic Design**: Focused on providing a clean and simple interface for building user interfaces quickly and efficiently.\n- **Cross-Platform Support**: Compatible with multiple platforms, allowing you to develop and deploy your applications on different operating systems with ease.\n- **Rendering Backends**: Supports **Direct3D 11 (D3D11)** and **OpenGL 4**, giving you flexibility in choosing the right rendering backend for your project.\n- **Integration with imgui**: Leverages the powerful **imgui** library, providing an intuitive and efficient way to build UI components.\n- **AOT Ready**: Supports AOT publishing and code trimming. \n\n## Getting Started\n\n### Prerequisites\n\nBefore you start using Hexa.NET.KittyUI, ensure you have the following prerequisites installed:\n\n- **.NET SDK**: .NET 8.0 or higher.\n\n### Installation\n\n1. **Install the NuGet Package**:\n\n   You can install the Hexa.NET.KittyUI package via NuGet by adding `Hexa.NET.KittyUI` to your project dependencies.\n\n2. **Integrate with Your Project**:\n\n   After installing the package, simply include it in your project and start building your UI components.\n\n### Usage\n```cs\n// See https://aka.ms/new-console-template for more information\nusing Hexa.NET.ImGui;\nusing Hexa.NET.KittyUI;\n\nAppBuilder builder = new();\nbuilder.AddWindow(\"Main Window\", () =\u003e\n{\n    ImGui.Text(\"Hello, World!\");\n});\nbuilder.Run();\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/HexaEngine/Hexa.NET.KittyUI/blob/master/LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaengine%2Fhexa.net.kittyui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexaengine%2Fhexa.net.kittyui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaengine%2Fhexa.net.kittyui/lists"}