Search found 202 matches

by AntonioModer
Tue Apr 26, 2016 10:46 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63432

Re: [lib] Box2D Helper

Alexar, why you don't give us sources?
by AntonioModer
Thu Apr 21, 2016 4:38 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63432

Re: [lib] Box2D Helper

Alexar, breakable box it awesome WOW. :awesome:
Please give sources! :)

My suggestions:

Code: Select all

-- different colors for physics body types (https://love2d.org/wiki/BodyType)
physicsBodyDrawColor = {
    static = {0, 155, 0},
    dynamic = {255, 128, 0},
    kinematic = {50, 50, 255}
}
by AntonioModer
Mon Apr 11, 2016 11:14 pm
Forum: Libraries and Tools
Topic: Light, a shadow system for LÖVE
Replies: 16
Views: 47970

Re: Light, a shadow system for LÖVE

Cool, thanks.
I too, have 2d shadows project: viewtopic.php?f=5&t=80751
by AntonioModer
Mon Apr 11, 2016 4:56 am
Forum: Libraries and Tools
Topic: [library] Moving objects on paths (alpha)
Replies: 4
Views: 3369

Re: [library] Moving objects on paths (alpha)

Thanks, Megadardery! :)
by AntonioModer
Mon Apr 11, 2016 3:59 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63432

Re: [lib] Box2D Helper

Cool, Alexar! :awesome:
I, too, need good "physics object editor", for my TDS game, based on LOVE, like yours.
Maybe, i will use this.
Please, keep going develop this good editor, i like it :)
by AntonioModer
Sun Mar 06, 2016 3:47 pm
Forum: General
Topic: poly2tri library to Lua (math for 2d navmesh)
Replies: 17
Views: 9881

Re: poly2tri library to Lua (math for 2d navmesh)

Tanner wrote: Yep, binaries are on the releases page: https://github.com/TannerRogalsky/lua-poly2tri/releases
Cool, thanks. I was do a simple test, it work. :)
by AntonioModer
Sun Mar 06, 2016 12:17 pm
Forum: General
Topic: poly2tri library to Lua (math for 2d navmesh)
Replies: 17
Views: 9881

Re: poly2tri library to Lua (math for 2d navmesh)

Wow. Thank you very much, Tanner . Great library! This is exactly what I wanted! :) I will try it in the future. Most likely, I will use it in the final version of my open-source Navmesh library. Please, if not too much trouble, could you download here(on this forum topic) the binary library files t...
by AntonioModer
Fri Jan 01, 2016 11:06 pm
Forum: LÖVE-Android
Topic: LÖVE 0.10.x Android
Replies: 1
Views: 39325

Re: LOVE 0.10.0 Android

Another test:
FPSGraph.love
(3.15 KiB) Downloaded 1517 times
by AntonioModer
Fri Jan 01, 2016 11:05 pm
Forum: LÖVE-Android
Topic: LÖVE 0.10.x Android
Replies: 1
Views: 39325

LÖVE 0.10.x Android

All about LÖVE 0.10.x on Android.

I start, my simple tests for Android LÖVE 0.10.0:
threadsExample LOVE 0.10.0.love
(3.93 KiB) Downloaded 1634 times
blend modes test LOVE 0.10.0.love
(59.54 KiB) Downloaded 1507 times
Jelly.love
(1.52 KiB) Downloaded 1588 times