Topic: Call for a linux-port contributor

Hi,

I'm searching for a contributor interested in working on the Maratis linux-port,
it include the port of the Maratis MWindow class :

there is already 2 ports :

MSDK/MGui/Includes/MWindow.h
MSDK/MGui/Includes/WIN32/MWin32Window.h
                              /COCOA/MCocoaWindow.h
MSDK/MGui/Sources/WIN32/MWin32Window.cpp
                              /COCOA/MCocoaWindow.mm

Linux port will need to modify MWindow.h (adding an include)
and to create the port like this for example :

MSDK/MGui/Includes/X11/MX11Window.h
MSDK/MGui/Sources/X11/MX11Window.cpp

Like I used pieces of GLFW code for the cocoa port, it's probably possible to use some GLFW X11 code.
Here is a previous topic ont he forum for more information : http://forum.maratis3d.com/viewtopic.php?id=3


I will be very grateful if someone with Linux experience is ready to help in this way,
thanks a lot !

Anaël.

Re: Call for a linux-port contributor

I have lots of Linux experience and am slowly getting up to speed on maratis3d, so I will lend my help wherever/whenever I can.

Re: Call for a linux-port contributor

Hi, cool,
thank you,
I forget to update this post, the Linux port above has been done,
there is now a Linux version (beta) that is available to download.