From: John L. <jr...@us...> - 2006-12-18 17:18:43
|
Update of /cvsroot/wxlua/wxLua/distrib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29819/distrib Modified Files: announce.txt Log Message: add more text to announcement Index: announce.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/distrib/announce.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** announce.txt 17 Dec 2006 12:04:23 -0000 1.1 --- announce.txt 18 Dec 2006 17:18:39 -0000 1.2 *************** *** 24,38 **** ---------------------------------------------------------------- ! The wxLua team is pleased to announce a new release of the ! lua bindings to wxWidgets cross-platform GUI library. ! To get wxLua, please go to the Download page at: http://wxlua.sourceforge.net ! wxLua is a lua scripting language wrapper around the wxWidgets ! cross-platform GUI library. It consists of an executable for running ! standalone wxLua scripts and a library for extending C++ programs with a ! fast, small, fully embeddable scripting language. Feedback greatly appreciated ! --- 24,57 ---- ---------------------------------------------------------------- ! The wxLua team is pleased to announce a new release of the ! lua bindings to wxWidgets cross-platform GUI library. This version supports ! wxWidgets 2.6.3 to 2.8.0 and uses lua 5.1. ! wxLua is a lua scripting language wrapper around the C++ wxWidgets ! cross-platform GUI library. It consists of an executable for running ! standalone wxLua scripts, a module for lua programs to load using require, ! and the source code to build a library for extending C++ programs with a ! fast, small, fully embeddable scripting language. ! ! wxWidgets is a cross-platform toolkit that lets developers create ! applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using a ! single codebase. Unlike other cross-platform toolkits, wxWidgets applications ! look and feel native. This is because wxWidgets uses the platform's own native ! controls rather than emulating them. It's also extensive, free, open-source, ! and mature. ! ! wxLua wraps all the GUI controls that wxWidgets provides as well as common ! dialogs, drawing graphics, image loading, saving, manipulating, file functions, ! sound and media playback, printing, sockets, and more. ! ! ! To learn more about wxLua and to download it, please visit: http://wxlua.sourceforge.net ! To learn about wxWidgets visit: ! ! http://www.wxwidgets.org ! Feedback greatly appreciated ! |