Home

Awesome

LWJGL-JavaFX Integration Demo

This repository contains an example of two-way LWJGL/JavaFX integration:

The same idea could be applied to windowing systems other than JavaFX. This is what it currently looks like:

Screenshot

How to Build

This demo requires JDK 7 or higher and Apache Ant to build and run. Also:

Then type ant or ant run.

Implementation Notes