JuanDiegoMontoya / Gengine

C++/OpenGL 4.6 voxel game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this project run on mobile devices

codingwatching opened this issue · comments

Hi @JuanDiegoMontoya
Can we build and run Gengine or Voxel_Engine on mobile devices like android and ios?
Thank you so much!

Currently the project does not support mobile devices, not without relatively significant changes. Theoretically it could work if you compiled all the third party binaries for mobile targets, but then you have to worry about touch support, which is not implemented. I hope that answers your question.

Hi @JuanDiegoMontoya
Yes, thank you for the quick reply!