As a great fan of lua ( and wx of course ), i joined a wxlua based project.

It's called luacalc and is hosted on sourceforge.

*atm the *BETA* version is located in svn/experiment.(will be solved)
  the BETA is the version to download.

Basically luacalc is an interface between a (excel alike) sheet and wx.
 it has:
  - a GUI completely based on sizers.
  - realtime data update (the sheet itself is a lua progam)
  - basic graphics like a resizable line graph.(realtime too)
  - atm no good csv support but it can load *some* csv.
    *(loads/saves own lua tables)
  - loads directly under wxlua editor (as dll, windows only,rest is untested)
  - Example sheets like graphics,timezones,system,font properties.
   *these reside in the main svn folder under grids, !! use the .lsv NOT .csv !!

*reminder: because lua uses : for objects and csv : for ranges
 use the pipe | like A1|B6 to select range A1 to B6 (returns a table)
  A1:create() is possible this way.

Try it,any suggestions are welcome.(even negative as long as they can be used in
a positive way).

I would be very honoured if the wxlua site would reference to us (a bit of
advertising never hurts), or any other kind of cooperation.

Luacalc itself is a good demonstration of several wx parts interfaced together,
so if you want to learn about wx workings it seems a good source (to me).
 ( whether the code is optimal stays a point of discussion )
 
Thank you for your time.

The Luacalc dev team.

04/18/08




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to