Please treat this port with some caution - it has _not_ been extensively tested. This is a port of ESDL to Mac OS X using the Cocoa API. It assumes that you use the SDL SDK framework (available precompiled at libsdl.org) as opposed to compiling libraries and putting them in /usr/local/ or something. It's also assumed that SDL.framework is placed in either /Library/Framework/ or in ~/Library/Framework. This has only been tested with the SDL version from CVS (Jan. 18 & Jan 22). (SDL 1.2.3 might work but my impression is that the Jan 22 CVS build fixes some problems from the earlier Jan 18 CVS build so its quite possible that 1.2.3 is not so good). A big 'THANK YOU' goes to Bob Ippolito (bob@redivi.com) for the code that made the icon and the menu to appear (in esdl_driver.c). INSTALL : 1) In '/c_src' do : mv Makefile.macOSX Makefile 2) In do : make 3) Enjoy KNOWN ISSUES : - 'sdlwrapper' doesn't work (I think... ?). - An erlang icon in the dock would be nice (as default; wings provides its own) - 'Quit' menu item doesn't work. - At least in Wings3D : the ctrl and command keys seems to have changed meaning (for example, Command-Click results in a context menu while Ctrl-Q quits the app). --david wallin [david_at_wallin.cx]