@Dominaezzz I am already compiling GLEW and GLFW using cmake as part of build process, as I want it to be completely automatic. How was the file you posted created?
Matej Kormuth
10/16/2018, 10:29 PM
@msink So there's no easy way to just integrate GLEW to kotlin/native build. Either rewrite the library to be supported by cinterop or use different library/tool (galogen for example), or write custom one. Do I understand it correctly?
👍🏼 1
d
Dominaezzz
10/16/2018, 10:36 PM
I wrote a script to generate it from the official OpenGL spec (gl.xml). Haven't published it anywhere though. Might make a plugin.
m
msink
10/17/2018, 3:47 AM
AFAIK for now galogen is the only working solution, if someone can share similar tool but written in Kotlin - would be great.