emoon / minifb

MiniFB is a small cross platform library to create a frame buffer that you can draw pixels in
MIT License
960 stars 79 forks source link

ios/android ? #1

Open codz01 opened 9 years ago

codz01 commented 9 years ago

Hi is it possible to support android & ios without using opengles ?

emoon commented 9 years ago

Hi,

I'm sorry but I don't actually know. I haven't worked on those platforms but I would expect it to work on iOS as the code uses Cocoa APIs and they usually match (from what I understand) good between Mac and iOS

Darky-Lucera commented 4 years ago

Now you can test the iOS beta version in the branch: ios_support

Please check it out and let me if you find any issue.

emoon commented 4 years ago

changes looks good! 👍

Darky-Lucera commented 2 years ago

Now you have also Android beta support.

Please check it out and let me if you find any issues.