Results 1 to 10 of 44

Thread: iOS Support

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    So, mainLoop is done(with quite crazy code because of iOS architecture >_<). Window now can be fullscreen and timers are working. But seems I will rewrite timers, because there are some problems with UNIX functions on iOS. GetTimeOfDay seems to work fine, but FpStat for checking if file/directory exists - is not... Another problem - there is no full documentation for Objective-Pascal with some comparisons with Objective-C constructions, and this makes hard to understand Cocoa API with only Objective-C examples in official documentation and internet.

    Starting to read about EAGLContext under iOS

    update: About documentation I was a bit wrong - here the comparison
    Last edited by Andru; 01-04-2011 at 10:40 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •