Search found 19 matches

by XxHAMADEHxX
Wed Mar 16, 2016 10:13 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411514

Re: "Questions that don't deserve their own thread" thread

Wait how does seeding work? I never had to do that in python so it is kind of new to me. I tried the love.math.randomseed(os.time()) but it is giving me a nill value error. What else can I seed with?

Thank you friends
by XxHAMADEHxX
Wed Mar 16, 2016 5:22 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411514

Re: "Questions that don't deserve their own thread" thread

I'm really confused about math.random and love.math.random

Whenever I use something like this love.math.random(20,300)
I only get the first argument. Why is that?

Thanks friends
by XxHAMADEHxX
Tue Mar 15, 2016 4:00 pm
Forum: Ports
Topic: Raspberry Pi
Replies: 12
Views: 24095

Re: Raspberry Pi

Thank you friend =D
by XxHAMADEHxX
Tue Mar 15, 2016 3:59 pm
Forum: Support and Development
Topic: How can I compile Love to Stand Alone?
Replies: 2
Views: 1787

Re: How can I compile Love to Stand Alone?

Thank you good comrade! :o
by XxHAMADEHxX
Mon Mar 14, 2016 4:57 am
Forum: Support and Development
Topic: Pygame Rect in Love?
Replies: 16
Views: 7299

Re: Pygame Rect in Love?

I'm also coming from Pygame. I just wanted to add the pygame rect from the documentation to help better understand what OP is trying to do.

http://pygame.org/docstest/ref/rect.html
by XxHAMADEHxX
Sun Mar 13, 2016 9:30 pm
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13387

Re: LOVE on Raspberry Pi?

Unknown friend Someone else has to answer. You could try using the readme for compiling and see what happens.
by XxHAMADEHxX
Sun Mar 13, 2016 9:29 pm
Forum: Support and Development
Topic: How can I compile Love to Stand Alone?
Replies: 2
Views: 1787

How can I compile Love to Stand Alone?

On my Raspberry Pi I compiled Love in my downloads folder(dont ask why I did this I just did it XD ). Now if I move Love anywhere else other then its home folder it will give me a LibLove error. I was wondering is their a way I can compile Love in a way that would make it stand alone so that I may p...
by XxHAMADEHxX
Sun Mar 13, 2016 9:39 am
Forum: Ports
Topic: Raspberry Pi
Replies: 12
Views: 24095

Re: Raspberry Pi

I know this thread is old but could someone explain how to do the above? (bartbes comment) I'm new to compiling stuff.
Sorry about that.

Thanks
by XxHAMADEHxX
Sun Mar 13, 2016 9:31 am
Forum: Support and Development
Topic: LOVE on Raspberry Pi?
Replies: 11
Views: 13387

Re: LOVE on Raspberry Pi?

The easiest way to use Love on the Pi is to activate the experimental OpenGl drivers on the Raspbian bios(see link and video).Then use Sudo apt-get install love However you will get an older version of Love. The only way to get a new one is to compile it yourself. You can also try pilove(I have not ...