But, i'm wondering... Is any one else using swig with their projects, and finding it easy?
I started trying to get swig working with my C++ engine which consists of about 10 simple .cpp/.h files, and so far I've spent over 5 hours just trying to figure out how to use swig or even understand what's going on. I wanted to use swig to wrap my engine in C#, so that i could start easily creating gui tools in c#... But so far, I've made zero progress.
With the hours of frustration I've already had with swig, Qt using c++ is starting to look much more appealing.
I'm trying to weigh the sides here: spend time learning a new tool swig, OR just get over it and write c++ gui tools and deal with c++'s difficulties???

