Difference between revisions of "Mac OS X Porting - OpenGL transitions"

From Apache OpenOffice Wiki
Jump to: navigation, search
('''LINKS''')
('''OpenGL transitions on Mac OS X ''')
Line 4: Line 4:
  
 
Attached issue : [http://www.openoffice.org/issues/show_bug.cgi?id=93013 issue 93013]
 
Attached issue : [http://www.openoffice.org/issues/show_bug.cgi?id=93013 issue 93013]
 +
 +
 +
To do (draft): 
 +
 +
* build the OpenGL trans lib, warning free, on Mac OS X
 +
* add the lib to the package, and register it
 +
*implement NSOpenGLView or cstomize an NSView
 +
**manage OpenGL context
 +
**manage events and notifications '''critical'''
 +
**initialize the view properly in splitted view
 +
**implement the fulsscreen mode
 +
*make transitions work
 +
*test
 +
*integrate
  
  

Revision as of 10:17, 22 August 2008

OpenGL transitions on Mac OS X

Started.

Attached issue : issue 93013


To do (draft):

  • build the OpenGL trans lib, warning free, on Mac OS X
  • add the lib to the package, and register it
  • implement NSOpenGLView or cstomize an NSView
    • manage OpenGL context
    • manage events and notifications critical
    • initialize the view properly in splitted view
    • implement the fulsscreen mode
  • make transitions work
  • test
  • integrate


Page created Ericb 11:55, 22 August 2008 (CEST)

LINKS

Apple OpenGL Documentation

Cocoa OpenGL

NSView + OpenGLView in Apple database

NSOpenGLView initialisation issue

COMPLETE ME

Personal tools