Tag: ide
List of Linux IDEs with GUI designers.
If you are looking to develop GUI applications on Linux but don’t really want the tediousness of hand coding the interface, below are a few options with WYSIWYG ability. Many of these tools also run on Windows and/or Mac and can compile for all three platforms.
Editra Launch Objective-C Compiler
As I’m learning Objective-C I find moving between the terminal and my favorite IDE, Editra, kind of annoying. Luckily Editra has a really cool plug-in called Launch that can be configured to run code and display the results within the editor. The only problem is that compiling and running objective-c doesn’t work for a couple […]