From: Daan L. <daa...@xs...> - 2004-06-21 09:55:25
|
On Wed, 9 Jun 2004 22:18:30 +0200, klaus <has...@ya...> wrote: > please have a look at wxart2d, http://wiki.wxwidgets.org/wiki.pl?WxArt2d > the first release is coming soon. IMO a very big gift for the wxWidget-World, > and perhaps for the wxHaskell users too? > Note: not only for 2D-graphics, although it contents a very good document/view module, > which overcomes the standard (very limited) wxdocview classes. Sorry for the late reply. The library looks very advanced. I don't think I will spend time on adding this to wxHaskell though (see my next mail..) -- however, I might just write a document that will help others to add interfaces like this one to wxHaskell and contribute in this way. > BTW i have to questions: > Did you managed "the more then once start main problem" in ghci? > Why are the wxHaskell executables are so big? As said already, one reason is that Haskell executables are big. The other reason is that I don't "split" the Haskell object files which leads to inclusion of a lot of redundant code. I can probably solve this rather easily but it is not high on the priority list right now -- but it just moved up due to your complaint :-) (I use a lazy, demand driven, development strategy for wxHaskell) All the best, Daan. |