Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 508 Bytes

File metadata and controls

12 lines (10 loc) · 508 Bytes

RepaintMacIntel

Intel Macs appear to be having an issue with repainting the window when running Jogamp. This series of minimal examples is to demonstrate the issue and to find a workaround.

  • Editor1: Started by guessing the issue was Jogamp + Modern Docking. problem.
  • Editor2: Only Modern Docking. no issue.
  • Editor3: Only Jogamp. problem.
  • Editor4: uses GLCanvas instead of GLJPanel.
  • test 5: uses jogamp 2.4.0
  • test 6: adds an FPSAnimator to the GLCanvas
  • test 7: java 17 instead of java 22.