Results 34 comments of Jean Tampon

Which version are you using? The most recent one is this release https://github.com/johnBuffer/AntSimulator/releases/tag/v4.1

the speed up simply removes de framerate cap so there are two possibilities: - your pc is at max capacity already - the button is not working what happens if...

You are not the only one mentionning this issue, maybe there is something else. Do you have multiple monitors connected at the same time?

Do you know how to compile it? Since I cannot reproduce the issue (neither on my Windows or Mac machines) I would like to create a branch to push potentiel...

Thanks for your feedback. That's probably because without release optimizations the program is already at max speed even when the toggle is disabled.

Thank you for your PR. The problem I see is that it will only work for Debian based system, I don't know if there is a way to do this...

Thank you for your response. I did generate the xcode project using this command `../bx/tools/bin/darwin/genie --with-combined-examples --xcode=osx xcode9` Then I modified the helloworld example https://github.com/johnBuffer/bgfx/blob/memory-test/examples/00-helloworld/helloworld.cpp It seems that the memory...

What I find strange is that: - the memory footprint is huge for the number of vertices - iteratively resizing result in 4,6 GB memory usage while directly resizing to...

With the fix you made the example is now working fine on my side. However it seems the memory leak is still present if I just add a second empty...

Thank you very much for your reactivity. If I can help in any way don't hesitate to ask.