justingardner / mgl

A suite of mex/m files for displaying psychophysics stimuli
http://justingardner.net/mgl
Other
18 stars 22 forks source link

Resources to run mgl on Linux (Fedora)? #30

Closed aernesto closed 6 years ago

aernesto commented 6 years ago

Hi,

according to this page, mgl may be compiled and run under Linux. However, I was unable to find resources (like a step-by-step guide) on how to do this.

Could you point me to such resources if they exist, please, and if not, could you give me at least basic instructions on how to proceed? I am happy to write a Wiki reporting my own steps, if I succeed.

Also, if this is not the right place for this post, please let me know where I should post it.

Best,

Adrian

justingardner commented 6 years ago

I'm afraid not. You might try to contact Jonas Larsson directly who had written the linux code. Most of the mgl code is written with OpenGL calls that are OS independent, but things like opening and closing an OpenGL screen and setting the gamma table are OS specific. The existing linux code in the mgl repo probably would need to be tinkered with to get it working again...

aernesto commented 6 years ago

Thank you very much. I will try to contact him.