Tuesday, 15 February 2011

linux - What is good lightweight GUI library that I can Embed within my application? -


I mono Net has developed an application which is a console-based application below requirements -

  1. It should be less in size in terms of downloads.
  2. As much as possible it should be less dependent on external libraries.
  3. It should be able to run on text basis Linux GUI

I am able to achieve this by embedding the mono-net framework. So my question is, is there a light weight UI library that I can use to give a good UI for my application? I know that Winkarm is a solution but it will fail at # 3 above. What should I do something that I can embed with my distribution? Definitely you "light", but we use the XWT library, shipping it with our application. After compilation it is ~ 600 kb.

You can find it on the Gitob of Mono:

It has developed more or less actively. With this, its purpose is to basically look at Windows, Mac and Linux (GTK).

Some problems are difficult if you need a very mature product which will allow you to do wonders with your cow, then XWT can show its limits Otherwise, give it a try.


No comments:

Post a Comment