ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
660 stars 152 forks source link

Update to .Net Core #8

Closed Ludea closed 5 years ago

Ludea commented 5 years ago

Hello, can you please update to Net Core. We can not build on Linux host for now. Update to .Net Core could resolve this Or refactoring with electron framework?

ryanjon2040 commented 5 years ago

Hi @Ludea I've not tried out .NET Core yet but I'll look into it and update this repo. 😄

Ludea commented 5 years ago

If you use electron I can help.

Ludea commented 4 years ago

Still no ETA to support .NET Core ?

It could be interesting to port into this and so, add support for Mac and Linux host

ryanjon2040 commented 4 years ago

I've started porting this to .NET Core but progress is slow and I don't think it will support Mac and Linux since AFAIK .NET Core WPF apps does not support Mac and Linux.

Ludea commented 4 years ago

https://dotnet.microsoft.com/

Supported on Windows, Linux, and macOS

ryanjon2040 commented 4 years ago

@Ludea dotnet is cross platform but unfortunately dotnet WPF and WinForms are Windows only. Please check the below link.

https://github.com/dotnet/wpf/issues/48

Ludea commented 4 years ago

I see :( Maybe consider switch to Avalonia or Veldrid

ryanjon2040 commented 3 years ago

@Ludea As of v3.0 of Binary Builder I use dotnet core but still no support for Mac and Linux.

Ludea commented 3 years ago

I am planning to refactor your app, using a multiplaform framework

ryanjon2040 commented 3 years ago

I am planning to refactor your app, using a multiplaform framework

That's cool. May I know which framework @Ludea?

Ludea commented 3 years ago

I plan to use https://tauri.studio/en/ It's the same thing as electron, but based on rust

Ludea commented 3 years ago

Hi, I started something: https://github.com/Ludea/bupaku It's the same thing as yours but run on Win64, Macos and Linux.