Search found 174 matches

by Alexar
Wed Sep 21, 2016 2:44 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63445

Re: [lib] Box2D Helper

new update : now loveframes inputtext object , user can use mouse to select words like other text editors.
mouseselect.gif
mouseselect.gif (77.42 KiB) Viewed 11071 times
by Alexar
Sun Sep 18, 2016 3:15 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63445

Re: [lib] Box2D Helper

new update:
fixture cutting
cut.gif
cut.gif (1018.46 KiB) Viewed 11122 times
by Alexar
Wed Sep 14, 2016 6:01 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63445

Re: [lib] Box2D Helper

new update: destructible terrain.
dig.gif
dig.gif (627.37 KiB) Viewed 11194 times
by Alexar
Tue Sep 13, 2016 7:33 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63445

Re: [lib] Box2D Helper

new update. scriptable bodies.
script.gif
script.gif (253.38 KiB) Viewed 11226 times
by Alexar
Tue Sep 13, 2016 7:32 am
Forum: Support and Development
Topic: 【solved】Help with Polygon Clipping
Replies: 6
Views: 3585

Re: Help with Polygon Clipping

About the code you posted, something is wrong with table.reverse, it creates a new reversed table but never returns it, and the code that calls table.reverse treats it like an in-place operation (doesn't use return value). Haven't looked at the rest closely yet. please help me with the rest, i am n...
by Alexar
Mon Sep 12, 2016 9:38 am
Forum: Support and Development
Topic: 【solved】Help with Polygon Clipping
Replies: 6
Views: 3585

【solved】Help with Polygon Clipping

Hi all, I need the method of polygon clipping. but I didn't find any lib for this. what I want is to do operation Boolean of two polygons. "and","or","not", I try to translate https://github.com/tmpvar/2d-polygon-boolean into lua. but always get errors. Can you help me ...
by Alexar
Mon Sep 05, 2016 3:49 am
Forum: Support and Development
Topic: Question about LoveFrame, downobject
Replies: 1
Views: 1237

Question about LoveFrame, downobject

Does anyone know about the downobject in the LoveFrames?
what's the use of this thing?
by Alexar
Mon Sep 05, 2016 1:36 am
Forum: Games and Creations
Topic: Lovely Physics Sandbox
Replies: 23
Views: 12635

Re: Lovely Physics Sandbox

I am testing if I use a global reference to every joint could fix the problem. local ref local _newWorld = love.physics.newWorld function love.physics.newWorld(...) ref = {} return _newWorld(...) end local function add(j) table.insert(ref, j) return j end local _gearjoint = love.physics.newGearJoint...
by Alexar
Fri Sep 02, 2016 12:38 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63445

Re: [lib] Box2D Helper

it's time to show some update now.
you can add text as box2d boxes.
you can add text as box2d boxes.
print.gif (226.75 KiB) Viewed 11275 times
a flappy bird like demo
a flappy bird like demo
flappy.gif (190.65 KiB) Viewed 11275 times
a cut rope like demo
a cut rope like demo
cut.gif (1.6 MiB) Viewed 11275 times