~jozilla/uiml.net/uiml.net-dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Uiml.net is a Uiml renderer for the .Net framework.  

It has support for the Gtk#, system.Windows.Forms and Wx.NET widget
sets.  It is still under heavy development, so building the code can
be challinging but it should work...


HOW TO BUILD THE CODE:
On Linux with mono: "make" in Uiml directory.
On MS Windows: mail me for the MS Developer Studio project files

HOW TO RUN:
uiml.net.exe will start a simple file open dialog

uiml.net.exe -uiml <myuimlfile> will render the file "myuimlfile".

uiml.net.exe -uiml <myuimlfile> -libs <mylib1.dll;mylib2.dll;...> to
link the user interface with mylib1,mylib2,...

uiml.net.exe -help for a full explanation


You can find uiml examples on
http://research.edm.uhasselt.be/kris/projects/uiml.net/examples/


For more information about the Cassowary.net constraint solver, see
the Cassowary.net.README file.