Search found 4 matches

by ernelopez
Sun Oct 09, 2016 11:19 pm
Forum: General
Topic: Exe not working - "Unable to create OpenGL window"
Replies: 2
Views: 2861

Re: Exe not working - "Unable to create OpenGL window"

Thanks a lot!
I don't thinl I'll be able to upgrade nothing on this laptop. It is very old...
by ernelopez
Sun Oct 09, 2016 10:12 pm
Forum: General
Topic: Exe not working - "Unable to create OpenGL window"
Replies: 2
Views: 2861

Exe not working - "Unable to create OpenGL window"

Hi! I'm slowly learning to make simple games in Löve2d. My operating system is Ubuntu Linux; I have followed the instructions given here . I donloaded the 32bit Windows zip file, and made an exe with the command cat love.exe mygame.love > mygame.exe When I try to see how it works on a laptop with Wi...
by ernelopez
Sun Oct 02, 2016 2:22 am
Forum: Support and Development
Topic: Help with textinput and numbers
Replies: 4
Views: 2742

Re: Help with textinput and numbers

Thanks a lot for the help!
raidho36 wrote:Text input needs to be converted to number for that.
How do I do that? :(

Regards
Ernesto
by ernelopez
Sun Oct 02, 2016 12:24 am
Forum: Support and Development
Topic: Help with textinput and numbers
Replies: 4
Views: 2742

Help with textinput and numbers

Hi I'm new to LÖVE and to programming, so I have a lot of newbie questions. My first question is about textinput. I want to get a number from user and make some comparisons with it (greater, etc). But it does not work as expected. Maybe I have to convert the string into int before making the compari...