-
Die Prüfungsergebnisse im S23 deuten stark darauf hin, dass das Programmieren im Dungeon im Praktikum den Studis zwar überwiegend mehr Spass macht (lt. Umfragen), aber dass die Studis die Inhalte der …
cagix updated
9 months ago
-
Prior discussion: https://hub.jmonkeyengine.org/t/jvm-crash-in-stranded/47354
Reduced test app:
```java
public void simpleInitApp() {
assetManager.registerLocator(
…
-
Use JDK 21. It should be all possible to replace Java 17 with Java 21. We just need to be careful with the stuff actually now removed from Java, such as Thread.stop() (NavMeshGenerator.java).
NavMe…
-
Hello,
I'm trying to integrate this API into an LWJGL3 project. With LWJGL3, we often use JOML, which is an extremely powerful math API. Unfortunately, they also use the same naming scheme (Vector3…
-
Hello, I have question about setting min/max size when creating physics space
AFAIK, it is not required to set max size when creating discrete dynamics world with dbvt, but I need to provide it when …
-
**Describe the bug**
This is my test using openglfx on jmonkeyengine.
The alpha looks incorrect and the font is a little blurry in the rendering.
I don't know what caused it.
[this is init je…
-
Hi,
on Version 0.5.9 ive got only 800x600 px resolution painted. If i change the resolution to 1024x768 i see that the Rectangle ist bigger. But the Drawcanvas where all the magic is doesnt got change…
-
com.jme3.math breaks in many places if scale factors are allowed to be negative. For instance, `Matrix4f.toScaleVector(Vector3f)` assigns a (positive) square root to each component:
https://github.…
-
Current `master` branch on Windows:
```
INFO JmeDesktopSystem 10:35:35 AM Running on jMonkeyEngine 3.3-6918
* Branch: master
* Git Hash: 46a52af
* Build Date: 2019-09-20
SEVERE JmeDesktopSyst…
-
MC: 1.8.9
System: Fedora Asahi, arm64, M2 Macbook Pro
Java: 1.8.0_392 arm64 RH distribution
Legacy Fabric: 1.8.9-loader.0.14.22
Log: https://mclo.gs/DVUzqfc
Hi. :) I'm running Legacy Fabric o…