Love2D 0.9.1 LuaDocs?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
SquareMan
Prole
Posts: 7
Joined: Sun Sep 02, 2012 1:36 am

Love2D 0.9.1 LuaDocs?

Post by SquareMan »

I remember seeing some luadocs that were created a while back for love 0.8.0 but I haven't been able to find any for the newest version. I was wondering if anyone had found some or would be up for creating them. If they don't exist I may considering making them myself. LuaDocs would be very helpful for me because I use Lua Development Tools for love2d.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Love2D 0.9.1 LuaDocs?

Post by Ranguna259 »

Just use lua.org, or simply search around google.
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
dan369
Prole
Posts: 44
Joined: Tue Apr 15, 2014 10:53 pm

Re: Love2D 0.9.1 LuaDocs?

Post by dan369 »

use the wiki is my suggestion; http://www.love2d.org/wiki/Main_Page
Provides a decent enough description on most functions.
SquareMan
Prole
Posts: 7
Joined: Sun Sep 02, 2012 1:36 am

Re: Love2D 0.9.1 LuaDocs?

Post by SquareMan »

Ranguna259 wrote:Just use lua.org, or simply search around google.
I was talking about LuaDocs specifically for the Love2D Framework, like these: https://github.com/mkosler/LOVELuaDoc but for 0.9.1
dan369 wrote:use the wiki is my suggestion; http://www.love2d.org/wiki/Main_Page
Provides a decent enough description on most functions.
I mainly wanted them for convience. I know Lua itself nearly completely, and most of the Love Framework, but I wanted them for things like auto-complete, intellisense, etc.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Love2D 0.9.1 LuaDocs?

Post by Ranguna259 »

Then this file could help you.
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
Rukiri
Citizen
Posts: 68
Joined: Mon Jun 27, 2011 5:52 am

Re: Love2D 0.9.1 LuaDocs?

Post by Rukiri »

What version of Lua is Love2D using? With RGSS(3) it uses 1.9.2 even though Ruby is at 2.1..
Or does the version not matter?
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: Love2D 0.9.1 LuaDocs?

Post by Roland_Yonaba »

LÖVE uses Lua 5.1.
Run this with LÖVE, with the console opened, to check for yourself:

Code: Select all

print("Lua version",_VERSION)
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Love2D 0.9.1 LuaDocs?

Post by slime »

Roland_Yonaba wrote:LÖVE uses Lua 5.1.
Well, LuaJIT 2.0 in particular, which is based on Lua 5.1.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 254 guests