Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of Ticket #362


Ignore:
Timestamp:
Mar 13, 2011, 5:10:00 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #362 – Description

    v3 v4  
    1717 * Sound errors: OpenAL (maybe ALUT)
    1818 * No application bundle
     19 * Render window issues (eg. staying inactive / in background)
    1920 * Linker Warnings (same issue as: [http://www.paraview.org/Bug/bug_relationship_graph.php?bug_id=10179&graph=relation "Linker Warnings"])
    20  * Related ticket: #367
     21
     22
     23= Additional Information =
     24== Resolving Render Window Issues ==
     25We need a way to properly interface with the [http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html "Cocoa framework"] of Apple. We do need in-depth knowledge of ObjectiveC/C++. [http://will.thimbleby.net/ogre3d-tutorial/ “Tutorial 1"] and [http://www.ogre3d.org/tikiwiki/Using+A+Cocoa+Window&comzone=show "Tutorial 2"] may help.
     26
     27== Creating a Mac Application Bundle ==
     28Most of the work is done by CPack, a co-application of CMake. The following three pages might help: [http://www.cmake.org/Wiki/CMake:Packaging_With_CPack#Using_CPack_with_CMake "Packaging with CPack"], [http://www.cmake.org/Wiki/BundleUtilitiesExample "Bundle Utilities Example"] and [http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#Bundle_.28OSX_only.29 "CPack Generators"].