Anut-py / h-raylib

Haskell bindings for raylib
https://hackage.haskell.org/package/h-raylib
Apache License 2.0
84 stars 14 forks source link

Add Lens instances for Raylib types #17

Closed glocq closed 1 year ago

glocq commented 1 year ago

The types in Raylib.Types feature many nested records. It would be nice to be able to access them using lenses. If there is interest, I can try to do it myself.

glocq commented 1 year ago

Well I just did a pull request anyway! Feel free to refuse it, it will still be useful for me.