LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 631 forks source link

AMD64 LWJGL SUPPORT #778

Closed XDOneDude closed 1 year ago

XDOneDude commented 1 year ago

Description

well my pc have the amd64 as the arch, and i want to program a engine in lwjgl but it says mismatch cuz i have a not compatible lwjgl support

Spasi commented 1 year ago

Please make sure the JVM architecture matches the LWJGL artifact architecture. There's already support for amd64.

If you're using Maven or Gradle, the LWJGL build customizer can generate the appropriate definitions for you.

XDOneDude commented 1 year ago

now it works good but now there is a error about funding the glfwkeycallback when i add all the libraries in gradle