Is the

Monkey Forums/Monkey Beginners/Is the

Boulderdash(Posted 2014) [#1]
Im referring to the "dynamic image" program in the examples supplied with Blitz Monkey

theres lots of Glfw stuff in there , Im starting a WIP and I need to base it on code in this example, will this example work on IOS & Android ?

It uses Writepixels and Readpixels

So im guessing as long as Writepixels and Readpixels works on IOS & Android it must be possible to adapt this code to my needs ?

I have built this demo for OS X and Windows so far and it works on both those, but I haven't got the full version of Monkey yet so if anyone knows please reply.


Xaron(Posted 2014) [#2]
Yes. All examples should work on most of the targets. ReadPixel and WritePixel work on Android and iOS.


Boulderdash(Posted 2014) [#3]
Thanks, I started from the "dynamic image" example , I'm plotting pixels to an image like an old school bitmap.

BTW, the Topic wasn't meant to be "is the" , after I edited the post most of the title disappeared ???