fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / WindowSystem / Carbon / README.txt
blobce94b7c84e81e232f0ff26029b488866654729b7
1 This directory contains an OpenSG window class that allows to integrate OpenSG into applications written using the native Mac OS UI API "Carbon". This is the C++ API - there also exists another Objective-C-based API called "Cocoa" which cannot be used in conjunction with this library.
3 There is also a small test program called "testWindowCarbon.cpp" that demonstrates how to use the OpenSG Carbon window class.
5 - Patrick Daehne