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

From Apache OpenOffice Wiki
Jump to: navigation, search
('''OpenGL transitions on Mac OS X ''')
('''OpenGL transitions on Mac OS X ''')
Line 12: Line 12:
 
*implement NSOpenGLView or cstomize an NSView
 
*implement NSOpenGLView or cstomize an NSView
 
**manage OpenGL context
 
**manage OpenGL context
 +
**manage OpenGL pixels mapping
 
**manage events and notifications '''critical'''
 
**manage events and notifications '''critical'''
 
**initialize the view properly in splitted view
 
**initialize the view properly in splitted view

Revision as of 10:18, 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 OpenGL pixels mapping
    • 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