View previous topic :: View next topic |
Author |
Message |
bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Mon Oct 22, 2007 4:00 am Post subject: GCJ |
|
|
Hi keinfarbton,
I know you are working on another project now, but I was looking for a good D GUI (again!) and for me SWT is the good GUI. So I was looking for a way to use it (thinking around GCJ) and I found something very impressive. This project is called micro-swt and they manage to put the whole SWT into a stand alone application that is only few hundred KB. http://ulibgcj.sourceforge.net/uswt.html . I know one of the main problems of the Tioport project was that nobody was willing to port the basic Java classes. But these classes are accessible from C++ in the GCJ implementation, so we could probably use them in D too. I don't know if you are familiar with the GCJ project, but if you are please share what is your opinion. |
|
Back to top |
|
|
doob
Joined: 06 Jan 2007 Posts: 367
|
Posted: Tue Oct 23, 2007 7:01 am Post subject: |
|
|
Looks interesting |
|
Back to top |
|
|
keinfarbton
Joined: 03 Dec 2005 Posts: 224 Location: Stuttgart - Germany
|
Posted: Wed Oct 24, 2007 1:31 pm Post subject: |
|
|
Sorry I am not familiar with GCJ or USWT. This really looks interesting. |
|
Back to top |
|
|
oliver6419 Guest
|
Posted: Thu Jun 24, 2010 11:08 pm Post subject: |
|
|
The GNU Compiler for Java (GCJ or gcj) is a free software compiler for the Java programming language and a part of the GNU Compiler Collection. |
|
Back to top |
|
|
|