Search found 5 matches

by Catzonic
Sun Jan 28, 2024 6:52 am
Forum: Support and Development
Topic: Hardon collider Problem coming in dectectings collision properly
Replies: 6
Views: 1760

Re: Hardon collider Problem coming in dectectings collision properly

Sorry to bear bad news, but HC is pretty outdated. You can search forum for mentions, I also mention there using older version that was less buggy. Thanks to insure that I was looking for physics library what do you think which is the best Difficult to say. I tried them (probably) all - breezefield...
by Catzonic
Sat Jan 27, 2024 3:09 am
Forum: Support and Development
Topic: Hardon collider Problem coming in dectectings collision properly
Replies: 6
Views: 1760

Re: Hardon collider Problem coming in dectectings collision properly

dusoft wrote: Fri Jan 26, 2024 1:22 pm Sorry to bear bad news, but HC is pretty outdated. You can search forum for mentions, I also mention there using older version that was less buggy.
Thanks to insure that I was looking for physics library what do you think which is the best
by Catzonic
Fri Jan 26, 2024 12:27 pm
Forum: Support and Development
Topic: Hardon collider Problem coming in dectectings collision properly
Replies: 6
Views: 1760

Hardon collider Problem coming in dectectings collision properly

So I was using Physics of HC (Hardon Collider) and I was trying to Checking sides of Tiles collider The player object is getting inside the tile and the sides are not properly getting check here is code for checking sides its in Init.lua folder Physiclab local collisions = HC.collisions(e) for other...
by Catzonic
Thu Dec 28, 2023 3:05 pm
Forum: Support and Development
Topic: How I can use breezefiled callback collisions for platformer
Replies: 0
Views: 72837

How I can use breezefiled callback collisions for platformer

Hi there I was making a platformer for my game and I was using breezefiled library for physics I having a problem in callback function for collision dectection I was trying to check ground with player and solid tiles in PLayer.lua line 34 I was attempt to use enter and exit function together functio...
by Catzonic
Fri May 12, 2023 1:29 pm
Forum: Support and Development
Topic: How I change directory with love.filesystem
Replies: 2
Views: 1831

How I change directory with love.filesystem

Hi there everyone I was new I LOVE I was trying to a filesystem that write file in Lua for entities and ingame propertys I want that I save my file in different dictionary not on main LOVE dictionary