4

It would be interesting/nice to have something portable like TK to be used in Windows and in Linux with Mono like TK. Does anyone know of any bindings? or What would be a good place to start in creating bindings.

maxfridbe
  • 5,872
  • 10
  • 58
  • 80

1 Answers1

3

This page mentions a few C# bindings for Tk:
http://wiki.tcl.tk/6188
Your best bet is probably "Eagle," which is a reimplementation of TCL as a .NET/Mono language:
http://wiki.tcl.tk/6580

Max E.
  • 1,837
  • 13
  • 15