Results 34 comments of Jean Tampon

Hi, I don't know this error, never seen it before. Maybe the installation is broken ?

You can have a look at this https://github.com/johnBuffer/AntSimulator#compilation, the procedure is similar.

If SFML is intalled CMake will find it automatically. What os are you on ?

What I mean by installed is "being known to cmake". To do so I personally build it myself and then build the "install" custom target in the solution generated by...

Thank you for your contribution. It's a good idea to add instructions directly in this repo. However the ones you provided are only for linux based systems. I think this...

Hi! If you have trouble building it you can refer to the readme of another of my projects https://github.com/johnBuffer/AntSimulator#antsimulator the build process should be the same :)

Did you installed SFML on your system ?

It seems you have the problem mentioned in this post https://stackoverflow.com/questions/56417980/cosf-sinf-etc-are-not-in-std. You can try to replace `std::expf`with just `expf` or `exp`

This project with breakable objects is based on a completely different method (it is an impulse based solver, not position based). The only common point is the use of circle...

I tried something like this in the past and it speeds thing quite significantly when the grid occupancy rate is quite low but it quite quickly slows down as the...