Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to macOS or Linux #17

Open
MarkCallow opened this issue Apr 22, 2020 · 1 comment
Open

Port to macOS or Linux #17

MarkCallow opened this issue Apr 22, 2020 · 1 comment

Comments

@MarkCallow
Copy link

Is your feature request related to a problem? Please describe.
I need a tool for viewing & editing .ktx2 textures including comparing images compressed with varying compression parameters. I need it to run on macOS.

Describe the solution you'd like
I'd like ImageViewer ported to macOS and Linux.

Describe alternatives you've considered
Add ktc2 support to Compressonator but I've been reliably informed the code base is not of sufficient quality for basing a professional product on it.

Additional context
Do you any plan to or interest in porting ImageViewer?

@kopaka1822
Copy link
Owner

I have considered writing a platform independent version in the past but the codebase is mostly C# and relies heavily on .Net feature which are not platform independent as far as I know. Rewriting it in C++ would be nice for several reasons but:

  • The GUI was written in WPF and I haven't found any good platform independent libraries that provides similar ease of use and features. I know of Qt, but its not quite the same.
  • The project uses DirectX right now. Older Versions were using OpenGL but I would avoid using OpenGL again for several reasons: First of all, the shader compiler works different on each GPU which resulted in Code compiling on my Machine but not working on others. Working with computational intesive shaders is also easier in DirectX since the TDR can simply be disabled (starting with DirectX 11.1). I also prefer the HLSL syntax over GLSL. Finally, OpenGL support is deprecated on macOS anyways if I remeber correctly? So rewriting it in Vulkan would be the only option I guess, but its also a pain (but possible).
  • I don't have much experience in writing platform independent code
  • Right now im starting with my master thesis, so I don't have that much time.

So basically, if someone would set up a platform independent project, write the GUI and does most of the Vulkan stuff I would gladly help to port the existing underlying framework. But its not something I would do on my own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants