Page 4 of 11
Re: Offline LÖVE documentation for download
Posted: Tue May 08, 2012 9:06 pm
by racarate
This is great, I need to steal a printer!
Re: Offline LÖVE documentation for download
Posted: Tue May 15, 2012 8:10 pm
by Santos
Here is the LÖVE API as a Lua table.
It may not be complete or totally accurate!
generate_love_snippets.lua is a Lua script which generates
snipMate (for Vim) snippets from the LÖVE API table.
http://love2d.org/forums/viewtopic.php? ... 50#p158650
Re: Offline LÖVE documentation for download
Posted: Wed May 16, 2012 12:06 am
by TechnoCat
Santos wrote:Here is the LÖVE API as a Lua table.
It may not be complete or totally accurate!
generate_love_snippets.lua is a Lua script which generates
snipMate (for Vim) snippets from the LÖVE API table.
Hmmm, I think you're onto something here.
This also can be easily converted to JSON now.
Re: Offline LÖVE documentation for download
Posted: Mon Jun 18, 2012 9:41 am
by doschnik
hi, i can't downlaod the attachements, they are always corrupt!?
Re: Offline LÖVE documentation for download
Posted: Thu Jun 28, 2012 12:51 pm
by PhiLho
These files are very useful!
I appreciate particularly the cheatsheet (might need an update for Löve 0.8.0, no?) and the API file (easy to transform for using with some IDE / editor, might need to be automatically generated...).
Thanks.
PS.: doschnik, I downloaded the files without problem.
Re: Offline LÖVE documentation for download
Posted: Thu Jun 28, 2012 10:09 pm
by paulclinger
Thanks Santos for the API files. I used these to add auto-completion to my Lua IDE (ZeroBrane Studio:
https://github.com/pkulchenko/ZeroBraneStudio). The most recent version includes Run/Debug support for love2d in addition to the auto-complete functionality. A short demo is available here:
http://notebook.kulchenko.com/zerobrane ... -debugging.
Paul.
Re: Offline LÖVE documentation for download
Posted: Sun Jul 01, 2012 7:01 am
by Santos
I'm happy that it was useful!
Here is a one page HTML LÖVE API reference.
http://love2d.org/forums/viewtopic.php? ... 50#p158650
Re: Offline LÖVE documentation for download
Posted: Sun Jul 01, 2012 8:15 am
by pk
Santos wrote:Here is a one page HTML LÖVE API reference.
I could kiss you on your mouth, sir. Thanks a lot.
Re: Offline LÖVE documentation for download
Posted: Sun Jul 01, 2012 11:31 pm
by dreadkillz
Santos you are incredible! You keep chugging out useful references. Thank you!
Re: Offline LÖVE documentation for download
Posted: Thu Jul 12, 2012 9:13 am
by BlackBulletIV
Wow, Sentos! Thanks a lot for the one page reference! This'll be useful in my slowly progressing quest to get used to 0.8.0.