benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.31k stars 236 forks source link

Is there any chance to build a release for Windows ARM64 platform? #834

Open t-satoru opened 2 months ago

t-satoru commented 2 months ago

I've read the building instructions, and found that as now the cross platform building only provided Linux x64 & arm64 options, building for Windows only have x64 available.

I've also tried to replace Java binaries in Windows x64 release into arm64 Java binaries, then I got a JNA support issue.

My university is using Processing for teaching Java knowledges, and I own a Snapdragon 8cx Gen 3 tablet with Windows shipped. So, Is there any chance to build a release for Windows ARM64 platform?