chrisdill / raylib-cs

C# bindings for raylib, a simple and easy-to-use library to learn videogames programming
http://www.raylib.com/
zlib License
849 stars 74 forks source link

Add wayland support? #234

Closed Isolyth closed 7 months ago

Isolyth commented 7 months ago

Before submitting a new issue, please verify and check:

Issue description

Is it currently possible to enable raylib's wayland support? Doing this with the C version involves setting a build flag, is there any chance of getting some way to enable this in the C# port?

Environment

Applicable to Linux computers running the wayland display server.

Issue screenshot

N/A, but see https://github.com/raysan5/raylib/issues/414

Code example

N/A

MrScautHD commented 7 months ago

Yep you can set flags but sadly just with the github project and not with the nuget one