Search found 202 matches

by AntonioModer
Tue Aug 30, 2016 9:18 am
Forum: Support and Development
Topic: Update physics World in another Thread
Replies: 11
Views: 10740

Re: Update physics World in another Thread

You can't send userdata nor nested tables through thread channels I can do it, i tested it. I get debug print(world) from another Thread: World: 0x018d661202d0 From https://love2d.org/wiki/love.thread: All LOVE objects (userdata) are shared among threads so you'll only have to send their references...
by AntonioModer
Mon Aug 29, 2016 6:23 pm
Forum: Support and Development
Topic: Update physics World in another Thread
Replies: 11
Views: 10740

Update physics World in another Thread

Explanation: in the main Thread we create physics World, and update his in another Thread, to increase game performance using a multi-core processor. Because the main Thread uses maximum 35% of my 4-core processor. This is possible to do? Has anyone done this? I try, but have error with "locked...
by AntonioModer
Fri Aug 12, 2016 4:18 pm
Forum: Libraries and Tools
Topic: Content Redacted. Please Delete Thread.
Replies: 17
Views: 12681

Re: Dox - A Lua Documentation Generator Script (v0.0.7)

Now i am looking simple documentation generator for my code.
LDoc I not like.
I've wanted self to write a simple generator, but found your generator.
Your library is good, easy to use, I'll will use it.
Thank you, Centauri Soldier !
by AntonioModer
Sat Aug 06, 2016 9:55 am
Forum: General
Topic: Curve editor (Third-party software, not LOVE)
Replies: 2
Views: 3963

Curve editor (Third-party software, not LOVE)

I found free "Curve editor" program: * https://patagames.com/curveeditor/Overview.aspx * or http://www.softpedia.com/get/Programming/Other-Programming-Files/Curve-Editor.shtml Need importer to Lua. Curve-Editor_1.png Sprite animation in one s project c c Unity3d .png Q: For what this edito...
by AntonioModer
Sat Aug 06, 2016 9:05 am
Forum: Games and Creations
Topic: Lovely Physics Sandbox
Replies: 23
Views: 12646

Re: Lovely Physics Sandbox

Good GUI, good editor, keep going airstruck !!! :)
Better to move this topic in the sub-forum "Libraries and Tools".
by AntonioModer
Sat Aug 06, 2016 8:23 am
Forum: Libraries and Tools
Topic: [Update 3] CloveX - powerfull game editor and engine for LÖVE
Replies: 17
Views: 22907

Re: [Update 1] CloveX - powerfull game editor/engine for LÖVE

Good topic. But when I found out that Editor written in Javascript, then upset. This is a bad idea make non-native editor. In the future, hi will be limited (due to the difference of languages, frameworks, ...). By the way, I also do a native simple game editor (game engine) for my game: TDVGE.png A...
by AntonioModer
Mon Jul 25, 2016 7:55 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 353295

Re: Löve Frames - A GUI Library

RamiLego4Game wrote:So, The repository got deleted on github ! How can I now read the documentation ??
Find on Github forsk: https://github.com/search?utf8=%E2%9C%93&q=loveframes
See: http://web.archive.org/web/201502040656 ... rames/docs
by AntonioModer
Fri Jul 01, 2016 1:18 pm
Forum: Libraries and Tools
Topic: Flash animation in LÖVE
Replies: 22
Views: 11023

Re: Flash animation in LÖVE

Look great. Thanks.
by AntonioModer
Fri Jul 01, 2016 12:23 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 241061

Re: ImGui löve module

I like it ! :awesome:
ImGUI is awesome GUI.
Fenrir, please give binaries! :)
I want use ImGui in my game and game editor, if it can coded from Lua, not C++.
by AntonioModer
Wed Apr 27, 2016 5:40 am
Forum: Libraries and Tools
Topic: Alexar's Physics Editor(APE)
Replies: 59
Views: 63519

Re: [lib] Box2D Helper

Alexar wrote:if you insist... here is the git: https://github.com/AlexarJING/box2dhelper/
Thank you! :)