buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
813 stars 121 forks source link

Color Rendering on FreeBSD PowerPC64 (Big Endian) #617

Closed lenoil98 closed 2 years ago

lenoil98 commented 2 years ago

I originally posted this as a dlangide issue. After looking through the dlangide code, I now think this is the appropriate place for the issue. I’ve been able to build dlangide on FreeBSD/PowerPC64. However, the app has a yellow tinting. See dlangide issue https://github.com/buggins/dlangide/issues/423. The console version builds and works fine. So I’m assuming this is a big endian issue with the colors.

Any idea as to how to fix this?

lenoil98 commented 2 years ago

Issue resolved. Problem was solved by disabling OpenGL by adding NO_OPENGL To the dlangide dub.Json file.