Search found 15 matches

by shinprog
Sat Oct 28, 2017 1:02 pm
Forum: Support and Development
Topic: ads on android
Replies: 4
Views: 3452

Re: ads on android

hello, i read from internet that's It is really hard,but possible https://www.google.fr/search?q=love2D+google+ad fond this :https://gamejolt.com/f/can-i-put-ads-on-love2d-android-games/9431 try this : https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/AdMob%20Instructions and this : https://w...
by shinprog
Fri Oct 27, 2017 8:34 pm
Forum: Support and Development
Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
Replies: 4
Views: 4493

Re: [anim8] : corrupt or error?

Hello,
thanks you for you help !

I edited the image,it works !!

[SOLVED]
by shinprog
Fri Oct 27, 2017 2:48 pm
Forum: Support and Development
Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
Replies: 4
Views: 4493

Re: [anim8] : corrupt or error?

This is a bit strange...
I tried on my linux and my android...
EDIT : It only works on my windows 10 :(
any idea ?
by shinprog
Fri Oct 27, 2017 11:37 am
Forum: Support and Development
Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
Replies: 4
Views: 4493

[SOLVED : anim8] : corrupt or error? (display a pink rect)

Hello,
I tried to display a simple animation with anim 8,but it display a pink rect...

Is it an error by me or by the lib ?
Any suggestions ?

Thanks you !
by shinprog
Fri Oct 27, 2017 10:51 am
Forum: Support and Development
Topic: [SOLVED]Downloading large files + display status
Replies: 10
Views: 10157

Re: [SOLVED]Downloading large files + display status

Thanks you a lot for your lövely help !!
It seems to works very well ^^ !!!!

[SOLVED]
by shinprog
Wed Oct 25, 2017 8:03 pm
Forum: Support and Development
Topic: [SOLVED]Downloading large files + display status
Replies: 10
Views: 10157

Re: [NOT solved]Downloading large files + display status

Hello,
I need your help
It works in command line but when i package-it in a .love file,it not works...
any suggestions ?
by shinprog
Wed Oct 25, 2017 7:58 am
Forum: Support and Development
Topic: [SOLVED]Downloading large files + display status
Replies: 10
Views: 10157

Re: Downloading large files + display status

Thanks you for you replies !!
The code works,it's excellent ! I'll edit when i can do it.

you should publish it in a single topic for others :)
[post solved]
brogrammer wrote: Wed Oct 25, 2017 1:38 am there are webservers that don't support the header request
most do but some special/customized servers don't
In my webiste,it work :)
by shinprog
Tue Oct 24, 2017 2:40 pm
Forum: Libraries and Tools
Topic: [class] intro - the easiest way to display a video in your game
Replies: 1
Views: 3875

[class] intro - the easiest way to display a video in your game

Hello, It's my second library,Intro :D ! This is a class for load videos,center-it (give the good position) and add the correct scale (if the window is too small) in your game. It is very useful if you want to display a simple video in your game and you want a clean code ! this is an example for dis...
by shinprog
Mon Oct 23, 2017 3:55 pm
Forum: Support and Development
Topic: [SOLVED]Downloading large files + display status
Replies: 10
Views: 10157

[SOLVED]Downloading large files + display status

Hello, I use in my game large files (20Mb+),and I would like to make it download files. I found a code using socket,but I want to display in the game window the download status (for example,a progress bar with the percentage and the download speed).I can do it in python but not in lua :/ Have you an...
by shinprog
Mon Oct 23, 2017 9:03 am
Forum: Libraries and Tools
Topic: [class] Shoot class
Replies: 1
Views: 2248

[class] Shoot class

Hello world ! I work on a fangame and one part of the game is a shooting game. I searched a lot for use guns and bullet and I found this : http://love2d.org/wiki/Tutorial:Fire_Toward_Mouse So i make this class for my game and I post it here for other who want to use this. It's open-source (under the...