Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skurdt/sk.libretro
Libretro wrapper written in C# with support for the Unity game engine
https://github.com/skurdt/sk.libretro
csharp-code libretro libretro-api libretro-frontend libretroapi unity
Last synced: 4 months ago
JSON representation
Libretro wrapper written in C# with support for the Unity game engine
- Host: GitHub
- URL: https://github.com/skurdt/sk.libretro
- Owner: Skurdt
- License: mit
- Created: 2021-01-14T13:43:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T07:56:18.000Z (8 months ago)
- Last Synced: 2024-10-12T14:21:25.547Z (4 months ago)
- Topics: csharp-code, libretro, libretro-api, libretro-frontend, libretroapi, unity
- Language: C#
- Homepage:
- Size: 33.3 MB
- Stars: 28
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity package: SK.Libretro
Libretro wrapper written in C# with support for the Unity game engine- Usage example: https://github.com/Skurdt/LibretroUnityFE
- Video: Super Mario 64 (Mupen64PlusNext):
[![Alt text](https://img.youtube.com/vi/euec6832wNA/0.jpg)](https://youtu.be/euec6832wNA)- Video: Mupen64PlusNext, PPSSPP and mame:
[![Alt text](https://img.youtube.com/vi/YOrZ2_0IcLI/0.jpg)](https://youtu.be/YOrZ2_0IcLI)- Installation:
Add UniTask to your project: https://github.com/Cysharp/UniTask?tab=readme-ov-file#upm-package
Add this package to your project: Window->Package Manager->'+'Icon->Add package from git URL...->https://github.com/Skurdt/SK.Libretro.git->Add