Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

ease-to-use resources access for MRTCore

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.