irishgreencitrus / raylib.v

A simple wrapper for raylib in V
zlib License
61 stars 13 forks source link

Support Android and Raspberry Pi #13

Open MatejMagat305 opened 1 year ago

MatejMagat305 commented 1 year ago

alsought you write it is planed to be cross-platform (for sure) I will ask, is there plan android, similar https://github.com/gen2brain/raylib-go on https://github.com/gen2brain/raylib-go/blob/master/examples/others/android/example/README.md or rasbery like https://github.com/gen2brain/raylib-go/blob/master/examples/others/rpi/basic_window/README.md?

irishgreencitrus commented 1 year ago

Hey, Raspberry Pi support should be relatively simple to implement, so i'll add this to the roadmap. As for android support, that might be more of a challenge as I'm not sure about how V compiles for android

Wajinn commented 1 year ago

I'm not sure about how V compiles for android

V users can use VAB to compile for android (also has examples). The main contributors are quite helpful, so I think they can give guidance, if you had any questions or issues.

MatejMagat305 commented 1 year ago

As you mention https://github.com/irishgreencitrus/raylib.v/issues/12#issuecomment-1399735338 gen2 has implemented a lot he implemented android too, maybe it would be easy to inspirate from his work ...