jeroenjanssens / raylibr

R package that wraps Raylib, a simple and easy-to-use library to enjoy videogames programming
https://jeroenjanssens.github.io/raylibr/
Other
32 stars 5 forks source link

Provide function for retrieving raylib's version #3

Closed ramiromagno closed 1 year ago

ramiromagno commented 1 year ago

I see that you have versioned {raylibr} following the C library version. That's nice!

But it would be also nice to have an R function that returns the value of RAYLIB_VERSION from raylib.h.

ramiromagno commented 1 year ago

That was fast. How cool! Thanks!