Almas Baim

Results 163 comments of Almas Baim

Yeah, I don't remember adding `java.net.http`... There is no rush with this as it doesn't crash the engine. The good news is that you already have a fix. So if...

Changing the scale of an entity affects its physics shape, which in turn requires the physics world to re-create the fixtures used in collision checks. When previous fixtures are removed,...

@ArturStokkeland there is some base code to work with, which originally comes from gdxAI. The task is to remove complex use cases and only keep the general use case, adapted...

- [x] Update the component based on the discussion (points 1 and 2) in #840 This may not be as trivial as it looks since users can bind `valueProperty()` and...

Good point, leave this with me to add a crashing sample.

Hi, I don't know much about ZGC, but will investigate

Hi, Thanks for this, I believe this is a javafx bug but couldn't find it on the issue tracker, I'll see if I can reproduce it with a pure JavaFX...

FXGL uses JavaFX media to handle audio. Apparently this is what is required on linux: > Linux > You must install the following in order to support AAC audio, MP3...

After a long search through libraries and dependencies I've managed to install `libavcodec` and `libavformat` on a clean fedora 24. In short, `../jre/lib/amd64/` has `libavplugin(53-56).so`, so basically `ffmpeg-compat` gives version...