readme.txt 1.2 KB

12345678910111213141516171819202122232425
  1. ----------------------------------------------------------------------------
  2. NB: 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. Welcome to wxCocoa
  6. wxCocoa is still very much a work in progress. At this point quite a bit
  7. of functionality is working, but quite a bit is left to do. wxCocoa is not
  8. yet suitable for a direct port of most wxWidgets applications. Fortunately,
  9. wxMac is available for those looking to move to Mac today.
  10. If you're still reading then I assume you're interested in helping with
  11. the wxCocoa port. Please join the wx-dev@lists.wxwindows.org mailing list
  12. so we can talk! There is plenty of work that can be done independently.
  13. For example, many of the controls (listboxes, sliders, gauges, steppers,
  14. etc.) can be easily worked on and the implementation should be pretty
  15. straightforward (see how wxButton is wired up for an example of how to
  16. handle events).
  17. I welcome any help, but please shoot a message to wx-dev or to me
  18. privately, dfe@cox.net, so there is no needless duplication of work.
  19. Thanks a bunch!
  20. David Elliott