[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] SWT _ON_ OpenGL
|
- From: Johannes Schaback <johannes.schaback@xxxxxxxxx>
- Date: Mon, 4 Jul 2005 11:35:21 +0800
- Delivered-to: platform-swt-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YiIjUc88fsrThFF/01seyRI2/4zSil4gcfdxNcOemEXAsjczA1j0RlNJfjsEIIjVivpwnF4gdfpmMBBIwccuBsEHywaTQQLwO+MRVYePNb1HhoowDE9Me8Kd+Rk92NF3lidEk2a8h5JXvAP1UgjshT1r2pzwtYogXgK7jf5MOMw=
Hi,
I work on a GUI System that runs completely _in_ OpenGL (for games,
multimedia appls and so on). The project page is
http://joglui.dev.java.net.
Since SWT is a pretty good GUI API imho, I would like to know whether
I can port SWT to run entirely on OpenGL so that I "only" need to
re-implement the low-level functionality which are handled by native
libraries so far?
Is that actually possible?
Maybe this has somebody done before already?
Am I aloud to do this in an open source context? (License, etc.)
Thanks! Johannes