erandis-vol / Tilemap-Creator

A tileset and tilemap editor for the Game Boy Advance.
27 stars 8 forks source link

Idea: Cross Platform #3

Open Delta456 opened 5 years ago

Delta456 commented 5 years ago

I have being using your tool for a long time and I must say that it is way better than NTME and it helps to make the tilemap easily. But recently I have shifted from Windows due to security reasons.

The tool is made in C# which only supports Net Framework and makes it Windows exclusive. I think your tool would more be used if it is cross platform. Many people don't use Mono and WINE. I also need this awesome tool for Linux as well :p

erandis-vol commented 5 years ago

The advent of .NET core means that C# is very much so cross platform. The only thing that holds the current program back is its GUI, which is Windows only. Once I get the current version more polished, I plan to start working on a cross-platform version using something like Avalonia.

Delta456 commented 5 years ago

That sounds promising! I will close this issue if there's some progress made on it.

erandis-vol commented 5 years ago

I've been messing around with it and things seem promising.