Love2dCS icon indicating copy to clipboard operation
Love2dCS copied to clipboard

raspberry pi, switch, xbox and ps4 export?

Open Shadowblitz16 opened this issue 6 years ago • 2 comments

I was just wondering if these were going to be supported eventually? I want to use this engine but I also want to export to these targets.

will this be possible?

Shadowblitz16 avatar Jan 07 '20 19:01 Shadowblitz16

If you want to run on those platforms, you need .net runtime(C# runtime) and complied native library

  • raspberry pi : Depends on the operating system you have installed, debain 8+ /ubuntu14+ have .net core and it can used Nuget can be used directly. For other linux distributions, you need to manually compile love and, as well, you need . net runtime support

  • switch/xbox/ps4 : i hve no idea how to export them. because I don't developed on them yet. In any case, you need the .net runtime and complied native library which you can compile it manually. But I'm not sure you'll succeed or not.

endlesstravel avatar Jan 08 '20 04:01 endlesstravel

ya I know consoles requires closed source code so you would need to make Love2dcs extensions

Shadowblitz16 avatar Jan 08 '20 04:01 Shadowblitz16