Welcome
The Nomad blog is where we share news of our projects, thoughts on web development and a weekly round up of things on the Internet that have caught our eye - Tales from the Internet
Tag Cloud
2011 accessibility adobe shadow agencies amazon apple arduino artisan backups bears blog boo book review browsers business cablegate captcha charity clients code igniter codekit code snippets community conference contracting cooperation csharp css css3 curiosity development django dojo dyson eeuk expression engine framework free full frontal gaming git honey pots html5 installation internet internet explorer ipad iphone java javascript jquery laravel linux little printer ludum dare mac mars meetup micro frameworks mobile mono monotouch multi-touch mvc news nomad opengl organic osx passwords performance php process pseudo selectors raspberry pi rdf recovery remote repository responsive design review s3 security seo silverstripe simulator social software spam spime start-up sublime text 2 svn talks technology tfi tool tools trust truth underscore url shortening usability version control video virtualenv wii wikileaks windows xapian xbmc
Browse by Date
- April 2013
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
Viewing entries tagged with 'monotouch'
Videos and the iOS Simulator
Recently I've been working on an iOS app using MonoTouch from Xamarin, which required choosing a video from the iPhone media library. As it's an early stage prototype I wasn't in a position to run it on my phone just yet so I needed a way to copy some videos onto the simulator. At first I tried dragging and dropping files from Finder onto the simulator. With an image this would open in the browser and holding the mouse down on the image allowed me to save directly to the library without any problems. I couldn't get the same thing to work with video files, though.
MonoTouch and OpenGL: Really Rendering Images
I realised when I started writing this article that the previous installment was called "Rendering Images" but only covered loading them... So this time I'll really talk about rendering images. In the previous articles we looked at preparing the device and setting the viewport and loading the image using UIImage.
MonoTouch and OpenGL: Part 2 Rendering Images
Last time I talked about MonoTouch and getting started with OpenGL development on the iPhone. We got as far as preparing OpenGL for 2D development by setting up our view port size and co-ordinate space.
MonoTouch and OpenGL
Recently I've been working a lot with MonoTouch from Xamarin and OpenGL ES, or rather the OpenTK bindings that come with MonoTouch.