Search found 3 matches
- Wed Aug 03, 2022 9:19 pm
- Forum: Support and Development
- Topic: Ghost bodies after release
- Replies: 1
- Views: 1172
Re: Ghost bodies after release
Nevermind, I just realized that destroy have not been removed from Body, only from Shape, I misread the documentation unfortunatly.
- Wed Aug 03, 2022 7:22 pm
- Forum: Support and Development
- Topic: linux server that supports love 2D lua
- Replies: 6
- Views: 2811
Re: linux server that supports love 2D lua
I think you need to define more precisely what you want to do on the server. Does the server receive JSON over HTTP POST, process it and send back response as the body ? (that seem to be the simplest thing to do with luasocket) The good thing is any language and any runtime could work if you communi...
- Wed Aug 03, 2022 6:52 pm
- Forum: Support and Development
- Topic: Ghost bodies after release
- Replies: 1
- Views: 1172
Ghost bodies after release
Hello, I am trying to build a small physics-based game, and at some point I need to convert a kinematic body to a dynamic body. I also need to move the center of mass, and then also shift all shapes. All things considered, it appeared simpler to basically create a fresh body with a fresh collection ...