Kamil Dąbrowski
Kamil Dąbrowski
I'm not sure how would you like to look like that test, so please do it yourself.
Thanks for the report. Sadly, I don't develop this project since there was close to none interest and also I jumped over to Godot, so no more Java.
You may be right, however I work on another branch so _I think_ this is rather older issue. Sorry for taking so long to response. The project is paused for...
Hi, I had big plans for this but didn't make it yet. Implementing GUI in Java Swing is a pain in the butt when it comes to implementing custom controls...
Hi, thanks for your input. I remember about this issue. However, I've taken the long path to solve it. Instead of serializing just directive primitive fields in components I decided...
what is more, `preventDefault()` doesn't fix the issue on IE11. Neither `return false` does. Note: may be related to #16 and #23.
Thank you for your kind response. # 1. Workaround but not a solution This 'x' comparison would be a workaround, I know that. But, there are going to be more...
@piotr-piastucki seems not everyone is targetting Java 9. also: > I am just wondering how many contacts you may need to create pe second? Millions? If not then GC should...
> I think the point that piotr is trying to make is whether the GC problems come from DContacts or maybe something else? Right now it's not a big problem...
In profiler I noticed that there's a lot of `double[]` instantiation, like 3-4 MB/s. Most of it is `step()` rather than `space.collide()`.