GithubHelp home page GithubHelp logo

Port to macOS or Linux about imageviewer HOT 1 OPEN

kopaka1822 avatar kopaka1822 commented on June 1, 2024
Port to macOS or Linux

from imageviewer.

Comments (1)

kopaka1822 avatar kopaka1822 commented on June 1, 2024 1

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.

from imageviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.