aboutsummaryrefslogtreecommitdiff
path: root/games/lwjgl3/pkg-descr
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-03-14 17:14:40 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-03-14 17:21:38 +0000
commit680dc7bb031d0f708c2dd38f055ec8d63ee68b8a (patch)
tree51fd43ef3233d42fc0136db5d412c443f26245a1 /games/lwjgl3/pkg-descr
parentdae9e94dee9b0b5da30557653107b7419e260ca0 (diff)
downloadports-680dc7bb031d0f708c2dd38f055ec8d63ee68b8a.tar.gz
ports-680dc7bb031d0f708c2dd38f055ec8d63ee68b8a.zip
games/lwjgl3: update to 3.3.4.20231218
This port required for games/minecraft-client (Java Minecraft Client) 1.20.x run on FreeBSD without linux compatibility layer. Upstream support FreeBSD on amd64 only, but on linux they support i386, arm* and ppc* too - if somebody can and want to add support for other arches - welcome. PR: 275279 269879 269900 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D44263
Diffstat (limited to 'games/lwjgl3/pkg-descr')
-rw-r--r--games/lwjgl3/pkg-descr13
1 files changed, 12 insertions, 1 deletions
diff --git a/games/lwjgl3/pkg-descr b/games/lwjgl3/pkg-descr
index 26f7d6ba117f..b821aa2e5eb0 100644
--- a/games/lwjgl3/pkg-descr
+++ b/games/lwjgl3/pkg-descr
@@ -1 +1,12 @@
-The Lightweight Java Game Library
+The Lightweight Java Game Library (LWJGL) is a Java library that enables
+cross-platform access to popular native APIs useful in the development
+of graphics (OpenGL, Vulkan), audio (OpenAL) and parallel computing
+(OpenCL) applications. This access is direct and high-performance, yet
+also wrapped in a type-safe and user-friendly layer, appropriate for the
+Java ecosystem.
+LWJGL is an enabling technology and provides low-level access. It is not
+a framework and does not provide higher-level utilities than what the
+native libraries expose. As such, novice programmers are encouraged to
+try one of the frameworks or game engines that make use of LWJGL, before
+working directly with the library.
+LWJGL is open source software and freely available at no charge.