You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/roadmap.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,20 @@ Available status values:
20
20
{% include status.html is='done' %} //in the next release
21
21
-->
22
22
23
-
This is a broad list of the **major features and improvements** we have currently planned for libGDX. As we're all doing this in our spare time, we refrained from giving any concrete dates and deadlines – plans are always subject to change.
23
+
This is a broad list of the **major features and improvements** we have currently planned for libGDX. As we're all doing this in our spare time, we refrained from giving any concrete dates and deadlines – plans are always subject to change. If you are interested in helping out with any of these plans, be sure to hit us up on [Discord](https://libgdx.com/community/discord/)!
24
24
25
25
There are also a lot of other improvements in the works, which may not be not big enough to be mentioned on here, but are no less noteworthy. If you want to keep up to date with what is going on with libGDX at the moment, be sure to read our **regular [Status Reports](/news/devlog/)**.
26
26
27
27
<table>
28
28
<tr>
29
29
<td><h4>AWT Support for LWJGL 3</h4>
30
-
<br>Currently, AWT and Swing are not working with the LWJGL 3 backend due to some restrictions of GLFW. We have some ideas on how to work around this.<sup><a href="https://github.com/libgdx/libgdx/pull/6247">1</a>, <a href="https://github.com/libgdx/libgdx/pull/6772">2</a></sup></td>
31
-
<td>{% include status.html is='wip' %}</td>
30
+
<br>Currently, AWT and Swing are not working with the LWJGL 3 backend due to some restrictions of GLFW. We have some ideas on how to work around this. Help with this is appreciated!<sup><a href="https://github.com/libgdx/libgdx/pull/6247">1</a>, <a href="https://github.com/libgdx/libgdx/pull/6772">2</a></sup></td>
31
+
<td>{% include status.html is='planned' %}</td>
32
32
</tr>
33
33
<tr>
34
34
<td><h4>Box2D Update</h4>
35
-
<br>In July 2020, the original <a href="https://github.com/erincatto/box2d">Box2D</a> received its first update in over 6 years! Now we're working to include those changes in libGDX.<sup><a href="https://github.com/libgdx/libgdx/issues/5948#issuecomment-727643568">1</a></sup></td>
36
-
<td>{% include status.html is='planned' %}</td>
35
+
<br>In July 2020, the original <a href="https://github.com/erincatto/box2d">Box2D</a> received its first update in over 6 years! Now we're working to include those changes in libGDX.<sup><a href="https://github.com/libgdx/libgdx/issues/5948">1</a>, <a href="https://github.com/libgdx/gdx-box2d">1</a></sup></td>
36
+
<td>{% include status.html is='wip' %}</td>
37
37
</tr>
38
38
<tr>
39
39
<td><h4>Console Support</h4>
@@ -48,19 +48,19 @@ There are also a lot of other improvements in the works, which may not be not bi
48
48
<tr>
49
49
<td><h4>gdx-video Resurrection</h4>
50
50
<br>We have some plans drawn up to revive the old <a href="https://github.com/libgdx/gdx-video">gdx-video</a> extension. The first snapshots are now available!</td>
51
-
<td>{% include status.html is='wip' %}</td>
51
+
<td>{% include status.html is='done' %}</td>
52
52
</tr>
53
53
<tr>
54
54
<td><h4 id="teavm">Kotlin-Compatible Web Backend</h4>
55
-
<br>A Web backend that is compatible with other JVM languages has been talked about for a couple of years. Ideas include using TeaVM and Bytecoder.<sup><a href="https://github.com/squins/gdx-backend-bytecoder">1</a>, <a href="https://github.com/Anuken/Arc/tree/6e9fd338866c05cd42ec20f26ec7fa7c3a25d6d5/backends/backend-teavm">2</a>, <a href="https://github.com/xpenatan/gdx-html5-tools">3</a></sup></td>
56
-
<td>{% include status.html is='planned' %}</td>
55
+
<br>A web backend that is compatible with other JVM languages has been talked about for a couple of years. The now existing third-party solutions rely on TeaVM and Bytecoder.<sup><a href="https://github.com/squins/gdx-backend-bytecoder">1</a>, <a href="https://github.com/Anuken/Arc/tree/6e9fd338866c05cd42ec20f26ec7fa7c3a25d6d5/backends/backend-teavm">2</a>, <a href="https://github.com/xpenatan/gdx-html5-tools">3</a></sup></td>
56
+
<td>{% include status.html is='close' %}</td>
57
57
</tr>
58
58
<tr>
59
59
<td><h4>TiledMap Extension</h4>
60
-
<br>Our TiledMap implementation is not as up to date as we would like it to be. Therefore, we are considering to move it to its own repo to separate its release cycle from libGDX's and to assess its compatibility with other map editors than <a href="https://www.mapeditor.org">Tiled</a>.<sup><a href="https://github.com/libgdx/libgdx/issues?q=is%3Aissue+is%3Aopen+label%3Atilemap+">1</a>, <a href="https://github.com/libgdx/libgdx/pulls?q=is%3Apr+is%3Aopen+label%3Atilemap">2</a>, <a href="https://github.com/lyze237/gdx-TiledMap">3</a></sup></td>
61
-
<td>{% include status.html is='planned' %}</td>
60
+
<br>Our TiledMap implementation is not as up to date as we would like it to be. Therefore, we are considering to move it to its own repo to separate its release cycle from libGDX's and to assess its compatibility with other map editors than <a href="https://www.mapeditor.org">Tiled</a>.<sup><a href="https://github.com/libgdx/libgdx/issues?q=is%3Aissue+is%3Aopen+label%3Atilemap+">1</a>, <a href="https://github.com/libgdx/libgdx/pulls?q=is%3Apr+is%3Aopen+label%3Atilemap">2</a></sup></td>
0 commit comments