Hmm Cant seem it get that to work....kruegsch wrote:I just updated the luadoc to v0.8.0 for LDT. Get the .zip and add it as external lib to your project to get documentation and auto-completion.
https://github.com/mkosler/LOVELuaDoc
Search found 7 matches
- Tue Jul 17, 2012 11:00 am
- Forum: Support and Development
- Topic: Setting up Eclipse for <3 love <3
- Replies: 13
- Views: 12919
Re: Setting up Eclipse for <3 love <3
- Tue Jul 17, 2012 8:58 am
- Forum: LÖVE-Android
- Topic: OUYA
- Replies: 58
- Views: 54013
Re: OUYA
I withdrew my funding when a reply to me asking could I see a full image of the controler was basicly fobed off. As far as I can tell.... they dont actuly have a "working" prototype... Sure the video shows some gui thing.... but half of the games on that gui WILL NOT be ported for it... Un...
- Tue Jul 17, 2012 12:04 am
- Forum: Support and Development
- Topic: Setting up Eclipse for <3 love <3
- Replies: 13
- Views: 12919
Re: Setting up Eclipse for <3 love <3
Windows is the same thing.... exept where love is located e.g. C:\Program Files (x86)\LOVE\love.exe
and project path seems to work too. so you can do ${project_loc}/src
In windows eclipse auto-matily outputs the console into the eclipse run console
and project path seems to work too. so you can do ${project_loc}/src
In windows eclipse auto-matily outputs the console into the eclipse run console
- Mon Jul 16, 2012 7:51 pm
- Forum: Support and Development
- Topic: Setting up Eclipse for <3 love <3
- Replies: 13
- Views: 12919
Setting up Eclipse for <3 love <3
After several hours of fiddling I got eclipse "juno" on ubuntu to run my game without me fiddling in commandline. Assuming you already have Eclipse installed Step one: Open Market place and search for lua. Step two: Find and click the install button for Lua Development tools (Koneki) Step ...
- Sun Jul 01, 2012 9:41 pm
- Forum: Support and Development
- Topic: Installation issue?
- Replies: 5
- Views: 3480
Re: Installation issue?
That works but still cant use --version... but I can not use LOVE so thanks very much
- Sun Jul 01, 2012 4:47 pm
- Forum: Support and Development
- Topic: Installation issue?
- Replies: 5
- Views: 3480
Re: Installation issue?
Hi. So. What is the operating system you use? After installing LÖVE, how did you write your "hello world"? How did you try to run it? Windows 7 64-bit (home premium) I opened Notepad++ and typed. function love.draw() love.graphics.setColor(0,255,0) love.graphics.print("Hello World&qu...
- Sun Jul 01, 2012 2:23 pm
- Forum: Support and Development
- Topic: Installation issue?
- Replies: 5
- Views: 3480
Installation issue?
I have tryed to install LOVE and run my HELLOWORLD program with it...
Love is not a reconised command, when I added it to the system variables I can use love and itll run the Basic program... but I cannot add Command line options.
Any help? I have tried 64 bit and 32 bit....
Love is not a reconised command, when I added it to the system variables I can use love and itll run the Basic program... but I cannot add Command line options.
Any help? I have tried 64 bit and 32 bit....