irishgreencitrus / raylib.v

A simple wrapper for raylib in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Android and Raspberry Pi

MatejMagat305 opened this issue · comments

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

commented

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.

As you mention #12 (comment) gen2 has implemented a lot he implemented android too, maybe it would be easy to inspirate from his work ...