JulNadeauCA / libagar

Cross-Platform GUI Toolkit (stable)
https://libagar.org/
BSD 2-Clause "Simplified" License
377 stars 41 forks source link

Agar on HaikuOS #56

Closed ghost closed 3 years ago

ghost commented 3 years ago

I want to report that I could build Agar with the SDL backend on HaikuOS without any problems. I used the guide for FreeBSD and got all of the dependencies (freetype, libpng, libjpeg, iconv, sdl 1.2) from HaikuDepot. The hello.c example compiled and run fine, but it's not stable, as resizing the window inside the SDL window is very unreliable. I could build agartest but can't run it because of segmentation problem (memory violation, as I recall). Agar is not as stable as it is on other platforms yet but at least it worked basically. Might be someday you could add HaikuOS to the supported OSes list alongside with other exotic platforms utilizing the SDL backend.