Skip to content

Commit d0c96df

Browse files
committed
Add warnings that the project is not actively maintained
1 parent ff352b6 commit d0c96df

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

Diff for: .github/CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## WARNING
2+
3+
This is the repository of the original LWJGL, which is no longer actively maintained. Unless you have released a product that uses LWJGL 2.x, you should probably be looking at [LWJGL 3](https://github.com/LWJGL/lwjgl3).
4+
5+
If you decide to proceed, it is very likely that:
6+
7+
- LWJGL maintainers won't be able to address your issue. Your best hope is an external contribution, which happens very rarely.
8+
- Your issue is not an issue in LWJGL 3.
9+
- Your issue has already been fixed in LWJGL 3.
10+
11+
If it is impossible for you to migrate to LWJGL 3, make sure to:
12+
13+
- Describe your issue as clearly as possible.
14+
- Include information about your system/environment.
15+
- Include a minimal code sample that reproduces the issue.
16+
17+
In any case, feature requests will almost certainly be ignored. If you need new features, you're very welcome to open an issue in the LWJGL 3 repository.

Diff for: README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
LWJGL - Lightweight Java Game Library
1+
[LEGACY] LWJGL - Lightweight Java Game Library
22
======
33

4+
> **WARNING**
5+
>
6+
> This is the repository of the original LWJGL, which is no longer actively maintained. Unless you have released a product that uses LWJGL 2.x, you should probably be looking at [LWJGL 3](https://github.com/LWJGL/lwjgl3).
7+
48
The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java.
59
LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library), OpenCL (Open Computing Language) and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound.
610
Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks.
711
All in a simple and straight forward API.
812

9-
Website: [http://lwjgl.org](http://lwjgl.org)
10-
Forum: [http://lwjgl.org/forum](http://lwjgl.org/forum)
13+
Website: [http://legacy.lwjgl.org](http://legacy.lwjgl.org)
14+
Forum: [http://forum.lwjgl.org](http://forum.lwjgl.org)
1115
Bugs/Suggestions: [https://github.com/LWJGL/lwjgl/issues](https://github.com/LWJGL/lwjgl/issues)
1216

1317
Compilation

0 commit comments

Comments
 (0)