
SharpDevelop
#develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source, and you can download both sourcecode and executables.
XVT is a software development environment for building cross-platform GUI applications in C or C++. XVT allows developers to graphically lay out an application's...
xvt is a software development environment for building crossplatform gui applications in c or c++. xvt allows developers to graphically lay out an application's gui, and provides crossplatform libraries to aid development.
xvt currently supports the microsoft windows, linux, mac os x, solaris, hpux, and aix platforms. with xvt, applications can be designed and developed once and then subsequently compiled on any of these platforms. xvt also allows programs to be built to run across a network, meaning that the processing would take place on a local host but the user interface would take place on a remote host.
xvt has been in development since 1989 and has provided a crossplatform software development toolkit for the majority of that time. xvt software is utilized in a number of missioncritical production sites and applications.
their approach is not as a widget replacement lookalike set, but acts more like a universal api translator. xvt is an "abstraction layer" that removes the developer from being concerned with which os the application will run on. when your application is compiled, the xvt api points to the native controls/widgets for the os on which you are compiling your code. this matters to os userpurists, who can be very fussy when the views "aren't quite right." it also allows you to build applications that will adapt whatever user themes the os allows users to set.
framework programming ide c-plus-plus