Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » can I do graphics programming with Eclipse on a Macintosh
can I do graphics programming with Eclipse on a Macintosh [message #720027] Mon, 29 August 2011 17:35 Go to next message
parchiba  is currently offline parchiba Friend
Messages: 2
Registered: August 2011
Junior Member
Hey all,

What I am looking for is an application framework that works with Eclipse for the Mac, something like the old CodeWarrior+PowerPlant combination.

I grabbed the CDT and IDE, and built HelloWorld, but I don't see how to proceed to building GUIs with windows and menus and such.

Although I have used Eclipse for Java programming, I have not tried any C/C++ with it. (I have Xcode, but Apple is not very supportive of C/C++ these days).

Thanks
Re: can I do graphics programming with Eclipse on a Macintosh [message #720343 is a reply to message #720027] Tue, 30 August 2011 12:07 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
You could use the Qt framework.

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: can I do graphics programming with Eclipse on a Macintosh [message #720382 is a reply to message #720027] Tue, 30 August 2011 13:10 Go to previous messageGo to next message
Michael Jackson is currently offline Michael JacksonFriend
Messages: 28
Registered: July 2009
Junior Member
On 8/29/11 1:35 PM, in article j3ghvg$ebr$1@news.eclipse.org, "parchiba"
wrote:

> Hey all,
>
> What I am looking for is an application framework that works with Eclipse for
> the Mac, something like the old CodeWarrior+PowerPlant combination.
>
> I grabbed the CDT and IDE, and built HelloWorld, but I don't see how to
> proceed to building GUIs with windows and menus and such.
>
> Although I have used Eclipse for Java programming, I have not tried any C/C++
> with it. (I have Xcode, but Apple is not very supportive of C/C++ these
> days).
>
> Thanks

If you are writing strictly for OS X then you can use the Cocoa Frameworks
that Apple supplies with Xcode. You will have to use Xcode 4 to design you
GUIs and bridge the Objective-C to C++ with Objective-C++.

If you are going to compile your code for other platforms then you will
want to use one of the cross platform toolkits such as Qt, wxWidgets or
something along those lines which are typically C++ frameworks.

I personally use Qt on OS X with Eclipse everyday. In addition I use CMake
as the build system. There is some setup to go through but the end result is
a very nice IDE to work in.

Mike
Re: can I do graphics programming with Eclipse on a Macintosh [message #720529 is a reply to message #720382] Tue, 30 August 2011 19:06 Go to previous message
parchiba  is currently offline parchiba Friend
Messages: 2
Registered: August 2011
Junior Member
Thanks, comrades!

I will look into Qt. It is something I have heard about for a while, but never checked out.

I have done a bit of work with Xcode with ObjC or Java, but I am interested in learning a new IDE and writing some cross-platform C++ again, and Xcode is pretty Mac specific (or at least has a strong preference in that direction).

Qt awaits!

Previous Topic:Custom Toolchain
Next Topic:Eclipse CDT, configuration MinGW GCC
Goto Forum:
  


Current Time: Thu Sep 26 04:33:33 GMT 2024

Powered by FUDForum. Page generated in 0.02981 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top