Resurrecting Impact
Revision as of 19:47, 22 January 2025 by PeterHarding (talk | contribs) (Created page with "= Impact Uplift Notes = I have been working with Damian McGuckin of PacificESI to see if it is feasible to resurrect the Impact finite element analysis package. This is implemented in Java but depends on a very old Java OpenGL library JOGL v1. JOGL was refactored a decade or so ago (into v2) to support new graphics technology such as GPU shaders. = Background = See: * https://impact.org * https://jogl.org == JOGL == A build occurred in August 2023 and I have be...")
Impact Uplift Notes
I have been working with Damian McGuckin of PacificESI to see if it is feasible to resurrect the Impact finite element analysis package. This is implemented in Java but depends on a very old Java OpenGL library JOGL v1. JOGL was refactored a decade or so ago (into v2) to support new graphics technology such as GPU shaders.
Background
See:
JOGL
A build occurred in August 2023 and I have been able to use this for simple OpenGLJava programs.