{"id":13639914,"url":"https://github.com/MicaApps/DiskInfo","last_synced_at":"2025-04-20T02:32:07.554Z","repository":{"id":100816722,"uuid":"570124426","full_name":"MicaApps/DiskInfo","owner":"MicaApps","description":"DiskInfo based on CrystalDiskInfo","archived":false,"fork":false,"pushed_at":"2024-03-29T09:20:55.000Z","size":3968,"stargazers_count":168,"open_issues_count":34,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-31T09:11:09.690Z","etag":null,"topics":["disk","mica","uwp","windows","windows11","winrt","winui3","xaml"],"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/MicaApps.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}},"created_at":"2022-11-24T11:50:23.000Z","updated_at":"2025-03-29T05:32:10.000Z","dependencies_parsed_at":"2024-06-11T17:09:35.638Z","dependency_job_id":null,"html_url":"https://github.com/MicaApps/DiskInfo","commit_stats":null,"previous_names":["micaapps/diskinfo","disktools/diskinfo"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicaApps%2FDiskInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicaApps%2FDiskInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicaApps%2FDiskInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicaApps%2FDiskInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicaApps","download_url":"https://codeload.github.com/MicaApps/DiskInfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249840678,"owners_count":21332925,"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":["disk","mica","uwp","windows","windows11","winrt","winui3","xaml"],"created_at":"2024-08-02T01:01:06.071Z","updated_at":"2025-04-20T02:32:07.049Z","avatar_url":"https://github.com/MicaApps.png","language":"C++","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Icon\" src=\"https://user-images.githubusercontent.com/6630660/207081052-89642cf8-6a84-456d-9c96-e2db354ff3d6.png\" align=\"center\"/\u003e\n    \u003ch1 align=\"center\"\u003e DiskInfo \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n        A tool for viewing hard drive information with a modern UI design. \n    \u003c/p\u003e\n\u003c/p\u003e\n\n## Download\n\u003ca style=\"margin-left:24px\" href=\"https://www.microsoft.com/store/productId/9PLQ8DP73ZDF\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://get.microsoft.com/images/en-us%20light.svg\" /\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://get.microsoft.com/images/en-us%20dark.svg\" /\u003e\n        \u003cimg style=\"vertical-align:middle\" src=\"https://get.microsoft.com/images/en-us%20dark.svg\" alt=\"Download DiskInfo\" /\u003e\n    \u003c/picture\u003e\n\u003c/a\u003e\n\n## Language\n- [中文](README.zh-CN.md)\n\n## Concept\n![image](https://user-images.githubusercontent.com/6630660/212543495-ffba1279-bf86-4f4e-8568-8b8941edcfed.png)\n\n## Background\n[CrystalDiskInfo](https://github.com/hiyohiyo/CrystalDiskInfo) is one of the most famous disk health monitoring tools in the world. It is free and open source, and is still actively maintained.\n\n\u003cimg alt=\"CrystalDiskInfo\" src=\"https://user-images.githubusercontent.com/6630660/212543605-d8d80feb-b7d1-4d63-b528-0e98b1cff968.png\" style=\"width:30%\" /\u003e\n\nThis project aims at providing a mordern appearance for DiskInfo. The new design follow the guide of [Fluent Design System](https://www.microsoft.com/design/fluent/)，with flexible，adapting layout，and charming visual design.\n\n## Build\n### Solution Structure\n```\nDiskInfo\n    \\libs\n        DiskInfoLib ---    C++/WinRT ports of the above DiskInfo project, to be consumed directly to UI layer (developing).\n        DiskInfoTest ---       a library for testing DiskInfoLib.\n        MockDiskInfo ---        Fake DiskInfoLib reference that provide sample data for UI layer test.\n    DiskInfo ---               C#/WinUI 3 project that provide the UI layer of DiskInfo.\n```\n### WinRT port\nThe `DiskInfoLib` is a C++/WinRT project transformed to be able to allowed to call Win32 APIs. \nIt's basically using Visual Studio's `Windows Runtime Component` project template, but with additional macros defined and additional library paths added. \nIn order to be consumed by the C# project (.NET6), \n- add [cs/winrt](https://github.com/microsoft/cswinrt) NuGet package.\n- add a project reference to the WinRT component project, finally add a `PropertyGroup` tag in the `csproj` file.\n```xml\n\u003cPropertyGroup\u003e\n    \u003cCsWinRTIncludes\u003eDiskInfoLibWinRT\u003c/CsWinRTIncludes\u003e\n    \u003cCsWinRTGeneratedFilesDir\u003e$(OutDir)\u003c/CsWinRTGeneratedFilesDir\u003e\n\u003c/PropertyGroup\u003e\n```\n\n\n## Known issues\n- Debugging for winui3 under admin privilege is not fully working. For developments' convenience, it normally runs without admin previledges. (This will change when it's publish to store)\n- More features coming!\n\n\u003cdetails\u003e\n    \u003csummary\u003eTechnology stack and pre-requsite to build\u003c/summary\u003e\n\n## Technology Stack\n\n### Documents\n\n- [WinUI 3](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/)\n\n- [Windows Runtime](https://learn.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/intro-to-using-cpp-with-winrt)\n\n- [Windows App SDK](https://learn.microsoft.com/zh-tw/windows/apps/windows-app-sdk/)\n\n### Develop Environment\n\n- Visual Studio 2022\n\n- C++ Desktop Development\n\n- Universal Windows Development\n\n- .NET Desktop Development\n\n- Windows SDK 22621\n\n- C++ ATL for latest v143 build tools (x86 \u0026 x64)\n\n- C++ MFC for latest v143 build tools (x86 \u0026 x64)\n\n### XAML Control Libraries\n\n- [WinUI 3](https://learn.microsoft.com/en-us/windows/apps/winui/winui3)\n\n- [Windows Community Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit)\n\n- [Syncfusion WinUI Controls](https://www.syncfusion.com/winui-controls)\n\u003c/details\u003e\n","funding_links":[],"categories":["🔧 Utilites","📑 Apps List"],"sub_categories":["🛠️ Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicaApps%2FDiskInfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMicaApps%2FDiskInfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicaApps%2FDiskInfo/lists"}