Login  Register

Re: JogAmp Management Kick-Off Meeting

Posted by hharrison on Jan 18, 2023; 7:12pm
URL: https://forum.jogamp.org/JogAmp-Management-Kick-Off-Meeting-tp4042042p4042078.html

Just some ideas I've had in my head, presented only for reference if anyone else finds them interesting (and some of these may already exist)

- jogl build targets for only the platform independent parts, possibly just the fat-jar (relying on previously build natives)
  - allow for bugfixes/contributions from others without the full cross platform, or even without any native build environment at all

- static analyzer (SpotBugs) integration in the build, or even initial setup in eclipse to enable, I've found this invaluable in Jaamsim to increase confidence in new code changes

- emerging projects with cross-compilation out of the box to allow all platforms to be built on one machine
  - zig cc as a cross compiler for C code instead of MSVC, GCC, etc depending on platform

Harvey