Login  Register

Re: A new binary build available soon

Posted by ThomasR on Jan 29, 2018; 8:35pm
URL: https://forum.jogamp.org/A-new-binary-build-available-soon-tp4038575p4038578.html

gouessej wrote
You're welcome. I hope that I broke nothing during the process. I had to provide different implementations for a few things (view port dimension retrieval, ...).
I went ahead and cloned from jogamp.org. Nothing broken in my project, but I didn't run through all of the ardor
examples - I will test some of them.

gouessej wrote
It depends on your own code base. Expect some minor changes in the import clauses in input manager, for example if you use com.ardor3d.input.logical.TriggerConditions. I'll have to find some alternatives to dictionaries and immutable data types.
I do use the TriggerConditions following several of the examples to perform actions on mouse events.