Yo, dawg... http://i.imgur.com/Ib0WUeT.png
Show HN: Run dedicated iOS Simulators in the browser
31–40 of 69 posts
Re: Show HN: Run dedicated iOS Simulators in the browser
#32Earlier quoted context omitted.
The one piece that puzzles me is how the frames are being captured from the iOS simulator. Are you launching multiples per user account, where each one is a different session at a different portion of the screen, and essentially screenshotting each? Or did you modify the simulator somehow and are hooking in to grab the screen, so that way its irrelevant of their position on screen? Thanks!
We wrote some custom OS X code to capture frames from individual processes. That way the simulators don't need to be positioned in any way or even visible. Cheers.
yea, so the incoming keystrokes and mouse movements are managed through some custom OS X code as well.
the specific method we're using is CGEventPostToPSN, more information here: https://developer.apple.com/library/mac/documentation/Carbon...
Re: Show HN: Run dedicated iOS Simulators in the browser
#33Re: Show HN: Run dedicated iOS Simulators in the browser
#34Yo, dawg... http://i.imgur.com/Ib0WUeT.png
uh... oh boy. you're really pushing the boundaries of our testing... :)
Re: Show HN: Run dedicated iOS Simulators in the browser
#35Earlier quoted context omitted.
The one piece that puzzles me is how the frames are being captured from the iOS simulator. Are you launching multiples per user account, where each one is a different session at a different portion of the screen, and essentially screenshotting each? Or did you modify the simulator somehow and are hooking in to grab the screen, so that way its irrelevant of their position on screen? Thanks!
We wrote some custom OS X code to capture frames from individual processes. That way the simulators don't need to be positioned in any way or even visible. Cheers.
Thats a pretty sweet API, never seen that before, thanks! I'm going to play around with it a bit to see what it can do!
Re: Show HN: Run dedicated iOS Simulators in the browser
#36Re: Show HN: Run dedicated iOS Simulators in the browser
#37Re: Show HN: Run dedicated iOS Simulators in the browser
#38Needs landscape! Overall very awesome service.
Re: Show HN: Run dedicated iOS Simulators in the browser
#39Nice work! I might pay for a version of this to get our graphic designer off using Xcode (my app uses an art/config format which can be pulled from a web server). Especially if it could help them quickly test results on multiple device formats and iOS versions. It'd be handy to have a slower full-resolution option too!