anegostudios / vsmodelcreator

Vintage Story Model Creator
Other
69 stars 16 forks source link

Rewrite editor in C# + all the benefits that come with it #65

Open tyronx opened 4 years ago

tyronx commented 4 years ago

Feel free to submit ideas here. Especially in regards of Blender compatibility.

Xytabich commented 2 years ago

Potential ideas:

Difficult ideas to implement:

ATree42 commented 10 months ago
kroppt commented 3 weeks ago

One challenge is that C# does not natively support Linux GUIs.

MonaMayrhofer commented 1 week ago

Is there a reason not to use https://avaloniaui.net/? As per their website they support Linux GUIs

kroppt commented 1 week ago

@MonaMayrhofer

Is there a reason not to use https://avaloniaui.net/? As per their website they support Linux GUIs

This kind of thing is definitely how Linux support would be added with C#.

This framework supports macOS and Linux with XPF. There is no free version. Also, per their FAQ:

Is Avalonia XPF open source and available on GitHub?

No. Avalonia XPF is not open-source, and its source code is not freely available.

This could impact things as well.