Almas Baim
Almas Baim
To complete, we should also add an option that rotates the entity along the movement vector.
I will need to think about the expected behavior for these cases. Meanwhile, I'll mention you in a few other issues, which may be of interest.
Here's a [nice example](https://github.com/dlsc-software-consulting-gmbh/GemsFX/blob/master/gemsfx/src/main/java/com/dlsc/gemsfx/ExpandingTextArea.java) by Dirk:
Something like the inventory in [Zephyria](https://github.com/AlmasB/Zephyria) The API probably should be: ``` Inventory inventory = ... InventoryView view = new InventoryView(inventory); // view should be a JavaFX Node, so can...
Nice one. Will fix. Many thanks On Tue, 9 Jun 2020, 11:40 am Johan Dykström, wrote: > Hi there, > I found something else that can be improved: the sample...
Link: https://github.com/maehem/fxgl-textured-cube ``` /** * Map a PNG image to a cube (triangle mesh) in JavaFX with FXGL * * By Mark J Koch - 2021/10 * */ package com.maehem.texturedmeshcube;...
@jmaler removeAllEventHandlers() is now present in the latest build.
merged as part of #1202
Nice, many thanks.
[fxgl-net](https://github.com/AlmasB/FXGL/blob/dev/fxgl-net/src/main/java/module-info.java) is the module that deals with networking stuff. UpdaterService (and any other code) calls `fxgl-net` to deal with networking. So, I suppose `jdk.crypto.ec` should go to the `module-info.java` in...