]> git.saurik.com Git - wxWidgets.git/blame - docs/cocoa/readme.txt
Added more items to the release check list.
[wxWidgets.git] / docs / cocoa / readme.txt
CommitLineData
834d36af
VZ
1----------------------------------------------------------------------------
2NB: This is the old wxCocoa port, you almost certainly want to read
3 docs/osx/readme.txt for information about wxOSX/Cocoa instead.
4----------------------------------------------------------------------------
5
abf7c277
DE
6Welcome to wxCocoa
7
8wxCocoa is still very much a work in progress. At this point quite a bit
9of functionality is working, but quite a bit is left to do. wxCocoa is not
fc2171bd 10yet suitable for a direct port of most wxWidgets applications. Fortunately,
abf7c277
DE
11wxMac is available for those looking to move to Mac today.
12
13If you're still reading then I assume you're interested in helping with
14the wxCocoa port. Please join the wx-dev@lists.wxwindows.org mailing list
15so we can talk! There is plenty of work that can be done independently.
16For example, many of the controls (listboxes, sliders, gauges, steppers,
17etc.) can be easily worked on and the implementation should be pretty
18straightforward (see how wxButton is wired up for an example of how to
19handle events).
20
21I welcome any help, but please shoot a message to wx-dev or to me
22privately, dfe@cox.net, so there is no needless duplication of work.
23
24Thanks a bunch!
25David Elliott