Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » question on 2d package
question on 2d package [message #462506] Thu, 13 October 2005 08:48 Go to next message
Eclipse UserFriend
Originally posted by: fintan.mcortechnologies.com

I am working on an eclipse application and want to display simple 2
dimensional shapes using lines. I would also like to be able to zoom in
and out on the shapes and pan across them without the line thickness
changing and when you click on the line it could display information
about itself such as length, angle etc. I am new to SWT and i believe
they have a graphics capability, would this be adequate?

Another option would be to use the swing 2D api as i believe you can now
add a swing component to the an SWT one, would this be a better option?

Later on in this applications development i would like to add 3D support
using the SWT open GL or the SWT with JOGL. Would i be better off
learning the 3D libraries first and then uses them to display the 2D
images and if so which Libraries would be the best to use?

regards
Re: question on 2d package [message #462560 is a reply to message #462506] Thu, 13 October 2005 17:14 Go to previous message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

Fintan Mac Cormack <fintan@mcortechnologies.com> wrote:
> I am working on an eclipse application and want to display simple 2
> dimensional shapes using lines. I would also like to be able to zoom
> in and out on the shapes and pan across them without the line
> thickness changing and when you click on the line it could display
> information about itself such as length, angle etc. I am new to SWT
> and i believe they have a graphics capability, would this be adequate?
>
> Another option would be to use the swing 2D api as i believe you can
> now add a swing component to the an SWT one, would this be a better
> option?
> Later on in this applications development i would like to add 3D
> support using the SWT open GL or the SWT with JOGL. Would i be better
> off learning the 3D libraries first and then uses them to display the
> 2D images and if so which Libraries would be the best to use?
>

GEF should be able to cover all your 2D needs- not so sure about 3D.
http://www.eclipse.org/gef

--
Sunil
Previous Topic:How does one pronounce SWT?
Next Topic:How to modify segments in a Path
Goto Forum:
  


Current Time: Fri Apr 26 04:39:19 GMT 2024

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

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

Back to the top