Hello Everyone,
I have released Koin3D, a Coin3D java port :
Koin3D uses LWJGL 3. The main classes of Coin3D / Open Inventor are present, however this is only a partial port.
Shadows are handled, and also shaders and transparency.
Two viewers are available :
- The first on top of SWT, to embed the 3D view in an Eclipse application.
- The second on top of GLFW, to be used in standalone for a video game, by example. The keyboard input (multi-touch) is better handled in this version.
My goal is to develop a little 3D FPS game in java using this library.