|
|
Home » Developing U++ » Mac OS » Porting (Mac OS X) and "reference application" idea
Re: Porting (Mac OS X) and "reference application" idea [message #28285 is a reply to message #23793] |
Thu, 26 August 2010 11:03   |
 |
kohait00
Messages: 939 Registered: July 2009 Location: Germany
|
Experienced Contributor |
|
|
there is a core layer, called 'quartz' which could be used, without the need to have objective c++, trying to find out what we need for..but we wouldnt need cocoa..
Quote: |
Introduction
Quartz 2D is an advanced, two-dimensional drawing engine available for iOS application development and to all Mac OS X application environments outside of the kernel. Quartz 2D provides low-level, lightweight 2D rendering with unmatched output fidelity regardless of display or printing device. Quartz 2D is resolution- and device-independent; you don’t need to think about the final destination when you use the Quartz 2D application programming interface (API) for drawing.
The Quartz 2D API is easy to use and provides access to powerful features such as transparency layers, path-based drawing, offscreen rendering, advanced color management, anti-aliased rendering, and PDF document creation, display, and parsing.
The Quartz 2D API is part of the Core Graphics framework, so you may see Quartz referred to as Core Graphics or, simply, CG.
|
http://developer.apple.com/mac/library/documentation/Graphic sImaging/Conceptual/drawingwithquartz2d/Introduction/Introdu ction.html
and: it's not to be mixed with QuickDraw API, which *is* deprecated, but quartz is a replacement for it.. cocoa partly uses it as far as i know, but mainly it uses opengl directly..
i have a test program here drawing stuff on screen with quartz, my chief bought a mac shortly, we are experimenting and really considering porting.
anyone with infos on it please post..
|
|
|
 |
|
Porting (Mac OS X) and "reference application" idea
By: mirek on Thu, 17 May 2007 17:35
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: captainc on Sun, 14 September 2008 15:08
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Sun, 14 September 2008 17:37
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: captainc on Tue, 16 September 2008 05:00
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Tue, 16 September 2008 10:33
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: bytefield on Tue, 16 September 2008 10:48
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Tue, 16 September 2008 10:57
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: bytefield on Tue, 16 September 2008 11:44
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: captainc on Tue, 16 September 2008 15:06
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: guido on Tue, 16 September 2008 17:49
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: captainc on Thu, 18 September 2008 02:18
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Thu, 18 September 2008 18:24
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: jeremy_c on Thu, 05 November 2009 15:53
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: cbpporter on Tue, 16 September 2008 11:06
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: gprentice on Tue, 16 September 2008 14:25
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: Reini on Fri, 06 November 2009 01:11
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Sat, 07 November 2009 06:38
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: koldo on Sat, 07 November 2009 13:44
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: koldo on Sat, 07 November 2009 22:47
|
 |
 |
Re: Porting (Mac OS X) and "reference application" idea
By: Reini on Sat, 07 November 2009 22:32
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Suggestion
By: Reini on Fri, 13 November 2009 20:58
|
 |
|
Re: Suggestion
|
 |
|
Re: Suggestion
By: mirek on Sat, 14 November 2009 05:41
|
 |
 |
Re: Porting (Mac OS X) and "reference application" idea
By: Reini on Sat, 21 November 2009 18:43
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Sun, 22 November 2009 23:05
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: kohait00 on Thu, 26 August 2010 11:03
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: kohait00 on Thu, 26 August 2010 11:41
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: kohait00 on Thu, 26 August 2010 11:48
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: jeremy_c on Sun, 29 August 2010 02:36
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: fudadmin on Thu, 11 November 2010 11:56
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Sun, 21 November 2010 18:03
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Tue, 05 July 2011 21:42
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Wed, 06 July 2011 12:34
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Mon, 11 July 2011 14:59
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Mon, 11 July 2011 15:06
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
By: mirek on Wed, 13 July 2011 08:14
|
 |
|
Re: Porting (Mac OS X) and "reference application" idea
|
Goto Forum:
Current Time: Wed Apr 30 15:09:09 CEST 2025
Total time taken to generate the page: 0.01187 seconds
|
|
|