Skip to content

A proof of concept for a generic e4 rendering engine that makes it easy to plug in specific UI toolkits.

Notifications You must be signed in to change notification settings

toedter/e4-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e4-rendering

e4-rendering is a proof of concept for providing new rendering engines for the Eclipse 4 Application platform. I provide engines for

  • JavaFX 2.x/8.x
  • Swing
  • SWT (alternative renderer to prove that the generic concepts are working with SWT)

The current source code is compatible with Eclipse 4.4 and efxclipse nightly builds

Setup

  • Install the latest JDK 7 or JDK 8 (this includes the current JavaFX)
  • Clone this git repo
  • Import all projects from this git repo into an Eclipse IDE
  • Set the target platform from the project com.toedter.e4.demo.contacts.target
  • Use the predefined run configurations to launch the JavaFX, Swing and SWT demos

License

All Source Code Files are licensed under the Eclipse Public License - v 1.0 http://www.eclipse.org/legal/epl-v10.html

About

A proof of concept for a generic e4 rendering engine that makes it easy to plug in specific UI toolkits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published