Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mntone/rwinrt
ease-to-use resources access for MRTCore
https://github.com/mntone/rwinrt
cpp csharp culture globalization i18n localization localization-tool mrtcore resources resw win winappsdk windows windows-runtime windows-ui windowsappsdk winrt winui winui3
Last synced: about 1 month ago
JSON representation
ease-to-use resources access for MRTCore
- Host: GitHub
- URL: https://github.com/mntone/rwinrt
- Owner: mntone
- License: mit
- Created: 2023-01-20T14:21:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T13:31:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T12:11:57.737Z (about 2 months ago)
- Topics: cpp, csharp, culture, globalization, i18n, localization, localization-tool, mrtcore, resources, resw, win, winappsdk, windows, windows-runtime, windows-ui, windowsappsdk, winrt, winui, winui3
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# R/WinRT
"R/WinRT" is ease-to-use resources access for MRTCore.
![R/WinRT](https://user-images.githubusercontent.com/901816/214999135-7cd730d9-970c-4330-99bf-f0b76c52347a.png)
## Requirements
R/WinRT have the following system requirements:
- .NET Framework 4.5 or later
## Usages
- Install the package from the NuGet:
https://www.nuget.org/packages/Mntone.RWinRT## Development
You'll need the following software:
- Visual Studio 2022 Version 17.4 or later (no test in earlier version)
- Desktop development with C++
- .NET Desktop development
- Windows 10 SDK, version 1809 (10.0.17763.0)
https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/1. Clone the repository:
```sh
git clone https://github.com/mntone/RWinRT.git
```
2. Open the `RWinRT.sln` file.## Authors
- mntone - Initial work.
## License
R/WinRT is licensed under the MIT license - see the [LICENSE.txt](https://github.com/mntone/RWinRT/blob/main/LICENSE.txt) file for details.