Alexar's Physics Editor(APE)
Re: [lib] Box2D Helper
Looks fantastic! May i ask, does it support World:queryBoundingBox ? If it doesn't, this is sort of suggestion for you. It could be a neat feature. Idk, like, maybe it should highlight all intersecting fixtures that are in AABB? Because in my practice, sometimes it's cheaper and faster to use this function instead of making big static sensor box for area testing. You can also add category filters to query callback so that only selected categories or types of bodies are included or excluded from query list.
Re: [lib] Box2D Helper
yes ,I used this function for mouse dragcval wrote:does it support World:queryBoundingBox ?
selecting. but I wanted to make it suitable for different situations. so i didn't use that in updating fixtures. instead I put all interactive functions in world callbacks which are sorted already by the b2d. thanks I do think there rest a lot of things to do to make it better.
the only situation I used static fixtures is simulating buoyancy force. which I need exact vertex to calculate the area in water.
Re: [lib] Box2D Helper
THIS IS F*CKING AWESOME MATE!
Keep up the good work!
Any plans on implementing Tiled maps?
PS: I'll use it when it comes out regardless c:
Keep up the good work!
Any plans on implementing Tiled maps?
PS: I'll use it when it comes out regardless c:
Re: [lib] Box2D Helper
thanks man, for objects from tiled map, I think I will put it into my todo list, but not now.Crono wrote:THIS IS F*CKING AWESOME MATE!
Keep up the good work!
Any plans on implementing Tiled maps?
Here comes the new update: you can define some build in behaviors by just selecting from ui, no code needed.
Re: [lib] Box2D Helper
Alexar, what's the plan for this editor? Is it supposed to spit out lua code at the end, or is it supposed to be integrated like a library?
I really looks like something that could improve my workflow though.
I really looks like something that could improve my workflow though.
Re: [lib] Box2D Helper
it will include 3 parts.Jack5500 wrote:Alexar, what's the plan for this editor? Is it supposed to spit out lua code at the end, or is it supposed to be integrated like a library?
I really looks like something that could improve my workflow though.
a library for easy box2d draw data saving and loading and behavior design
an editor to edit objects and scenes. output by luatable or json. which can be loaded by a loader.
a physics sandbox game. totally free to build a physic world.
Re: [lib] Box2D Helper
so, here is the new update, and I am glad to say the test version of this editor is coming soon
http://www.filedropper.com/makingman
and a video.
http://www.filedropper.com/makingman
Re: [lib] Box2D Helper
Awesome tool!
One question. Is the library going to be CC BY-NC-ND 3.0, or just the editor?
One question. Is the library going to be CC BY-NC-ND 3.0, or just the editor?
Re: [lib] Box2D Helper
the library for now is the same as the editor cc3.0,but after realeasing the editor, i think the lib will be a cc-by or mit, and i hope someone could add the cocos version and giderose version of loader for the lib. i hope my editor can be more easy and funny to use then "physics editor".pgimeno wrote:Awesome tool!
One question. Is the library going to be CC BY-NC-ND 3.0, or just the editor?
Who is online
Users browsing this forum: Google [Bot] and 1 guest