-
Notifications
You must be signed in to change notification settings - Fork 3
Installing Natives
squid233 edited this page Sep 18, 2022
·
13 revisions
The library loader first find shared library from jar
with path moduleName/osFamilyName/osArch/basename.suffix
and extract it
to ${java.io.tmpdir}/overrungl${user.name}/basename-version.suffix
.
If shared not found in jar, find it in ${overrungl.natives}/basename.suffix
.
Module Name | Basename | Version | |
---|---|---|---|
GLFW | glfw | glfw3 | 3.3.8 |
STB | stb | stb | 0.1.0 |
Copyright (c) 2022-2025 Overrun Organization. In case of any problems with this wiki, please search or create an issue.