changed: auto add updateData callback to stages so that stagedata can be updated...
[opensg.git] / Source / WindowSystem / Cocoa / README.txt
blob2bba9786528221815c0e5f5adaa15f8de063cd20
1 This directory contains an OpenSG window class that allows to integrate OpenSG into applications written using the native Mac OS UI API "Cocoa". This is the Objective-C API - there also exists another C++-based API called "Carbon" which cannot be used in conjunction with this library.
3 There is also a small test program called "testWindowCocoa.cpp" that demonstrates how to use the OpenSG Cocoa window class.
5 - Patrick Daehne