Hello! I was wondering there were still efforts to port the XXL Editor to Linux? From a quick glance, all libraries should be compatible. Is it the Direct3D that's an issue?
hesopesomeso
Don't think so. It runs on wine (except... resizing, which crashes).
pegperegogaucho
No port is planned, the main problem is of course Direct3D, which is the main renderer. There also exists an OpenGL backend but it has not been updated in some time and some stuff is unimplemented. Also, there are also various Windows-API calls that need to be changed (Like message boxes)
pegperegogaucho
Also correct string handling as well, there might still be wstring in the code
thetomioka
WinAPI calls shouldn't be too much of an issue and the OpenGL renderer seems to be only missing one function it looks like? I think I will make an attempt if I can get it to run on Linux.