[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaCheia] website
- From: Juergen Fuhrmann <fuhrmann@...>
- Date: Tue, 11 Feb 2003 15:50:23 +0100 (MET)
> Tue, 11 Feb 2003 15:00:02 +0100
> Martin Spernau <martin@traumwind.de> wrote:
>
> >
> >
> >How about one of these?
> > http://www.tecgraf.puc-rio.br/~lhf/etc/luacheia1.gif
> > http://www.tecgraf.puc-rio.br/~lhf/etc/luacheia2.gif
> >--lhf
> >
> Nice!
>
> I have made a HTML version of the design I had in mind available here:
> http://traumwind.de/computer/lua/LuaCheia.html
> It's basically the HTML from the Wiki page repackaged with some CSS
> formating. Please note that the HTML source (do a 'view source') is kept
> absolutly simple jno-frills HTML. The fancy layout comes excusivcely
> from CSS styles.
>
> Please also note that the design might look slighly less fany *g* in
> older browsers like Netscape4, but then due to it's very basic HTML
> markup it is still functional even in those legacy browsers or even in Lynx.
>
> GluaX: Dynamic loading of libraries. or Loadlib dynamic library support.
Would be nice to join this with tolua.
> SDL: Has threading, graphics support, and is useful for gaming applications of Lua.
> A GUI LIbrary/ Possibilities include wxWindows, FLTK,... Which one to choose?
> If you want to LC to be cross platform then wxWindows is your best bet. I don't think FLTK works on the Mac - see
> VisLuaImplementation for more info. wxLua exists already. --NDT
FLTK works now with MacOS. I very much would like to see FLTK here, as it is compact,
portable and without bloat. Compiles well on every UNIX I tried on. Very much like Lua.
> SQLite: Lightweight SQL without server.
> Lua sockets.
> Complete regular expressions. (which library?)
> I would suppose PCRE, I already have a partial binding to it -- MartinSpernau
> Assistance for CGI, web-based programming. (which library?)
> Extended math. (which libraries? )
> Directory handling, filesystem manipulation. (which libraries?)
> Zlib compression support. Needed for SDL_image/libpng.
> Lua script repository that facilitates common tasks such as OOP/inheritance programming.
Juergen