Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

GLFW #211

Closed AlexDaniel closed 6 years ago

AlexDaniel commented 6 years ago

Module GLFW is failing its tests and/or does not install.

If you can't self-assign, attach a label, or close the ticket, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

lizmat commented 6 years ago

As I said in the PR, there are no tests. Not sure where to get the "glfw' library from either. But then I didn't search much for it.

AlexDaniel commented 6 years ago

I think that's all we can do for that module during this squashathon. Good enough for now, maybe we'll come back to it at some point.

YellowApple commented 6 years ago

Howdy! p6-GLFW author here. Merging the PR right now.

To answer the question around native dependencies: p6-GLFW requires GLFW3 to be installed (since it's quite literally just a wrapper around GLFW). It can be downloaded from the GLFW website, or using your operating system's package manager. I'll be sure to make this more apparent in README.md. Worth noting that GLFW in turn requires one of OpenGL, OpenGL ES, or Vulkan.