floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
341 stars 46 forks source link

EGL Support? #31

Closed darltrash closed 1 year ago

darltrash commented 1 year ago

This issue was mostly made to point to a problem I had trying to use GLES2 with sokol_app.h in Linux, which would require me to link towards EGL and use the EGL X11 backend instead.

I've already made some patches and published them as pull requests, it's a bit unclean as i have mentioned in the PR, but I hope it's helpful :)

darltrash commented 1 year ago

Here's the PR: https://github.com/floooh/sokol-zig/pull/30

floooh commented 1 year ago

CLosing this as the associated PR had been merged.