Hello Guest

SWT

  • 28 Replies
  • 21199 Views
*

Offline Matzon

  • *****
  • 2242
SWT
« Reply #15 on: April 06, 2004, 09:01:01 »
Well, I like to think that an implementation should be as simple to use and to distribute.
Therefore I think that depending on the complexity, you should do it in native code, or do it using a .win32.GLCanvas | .linux.GLCanvas style class - and then just always distribute them along.

Why do you need to make different versions of GLCanvas? - isn't the management the same?

SWT
« Reply #16 on: April 06, 2004, 10:48:48 »
Another vote here for not having multiple lwjgl.jars.  How you manage it is up to you! :lol:
ellomynameis Charlie Dobbie.

*

Offline fbi

  • **
  • 56
SWT
« Reply #17 on: April 07, 2004, 13:19:25 »
Well...the problem is that SWT is distributed as different jars for different platforms  :shock:
Why?!? The reason is that the Eclipse team wanted to access the native methods from the Java side...for example on Windows you can call something like OS.GetDeviceCaps and on Linux you can make similar calls to the OS.
But there's no problem: I will move each and everything into the native code so that we have no distribution problem at all (I will drift away from SWT philosophy indeed)  :D
A small note: I won't be able to connect from tomorrow afternoon to the next Tuesdayso because I won't be at home.
I will work on the Windows and Linux versions following these guidelines.
One Java class and multiple native implementations (of course) for Win32 and X-Windows.
When I get back on Wednesday I'll post the produced code.
If everything runs fine we can integrate it or...we'll need to modify something  :D

*

Offline elias

  • *****
  • 899
    • http://oddlabs.com
SWT
« Reply #18 on: April 09, 2004, 05:18:13 »
Hmmm, moving everything into native code doesn't sound like progress to me. Why not merge the win32, X and macosx jars into one and be done with it?

 - elias

The down load for SWT
« Reply #19 on: May 16, 2005, 21:05:00 »
Any chance of getting the web server turned on again? Or is it move to a new site?
Jim

SWT
« Reply #20 on: May 25, 2005, 11:29:57 »
If you are in need of an SWT OpenGL binding, mine is available at:

http://www.realityinteractive.com/software/oss/index.html#SWTOGL

SWT
« Reply #21 on: June 29, 2005, 13:57:14 »
So where can one get a SWT Canvas class?

*

Offline Matzon

  • *****
  • 2242
SWT
« Reply #22 on: June 29, 2005, 15:59:31 »
check SharedContextTest for how to render to a canvas

SWT
« Reply #23 on: June 29, 2005, 17:20:59 »
where is it?

*

Offline Matzon

  • *****
  • 2242
SWT
« Reply #24 on: June 29, 2005, 18:15:21 »

SWT
« Reply #25 on: June 29, 2005, 20:19:39 »
it's a bit old

*

Offline Matzon

  • *****
  • 2242
SWT
« Reply #26 on: June 29, 2005, 20:59:18 »
just nuke the lwjgl jar and dll and use the latest - works fine @ my end.

SWT
« Reply #27 on: July 01, 2005, 12:00:56 »
Old doesn't imply out of date.  It simply means that it does what it needs to do regardless of the LWJGL version.  It's a testament to the great work that these guys are doing over here at LWJGL central.

If you have any questions or problems with it, email me directly.

SWT
« Reply #28 on: July 01, 2005, 21:33:00 »
ok