Search found 164 matches
- Sat Jul 18, 2020 1:21 pm
- Forum: Support and Development
- Topic: how to make math / graphical plot?
- Replies: 8
- Views: 1922
Re: how to make math / graphical plot?
@ReFreezed You may want to replace the default love.run as it's calling love.graphics.clear every frame. thanks a lot, it's working perfectly, I've just commented the "love.graphics.clear(love.graphics.getBackgroundColor())" part! @pgimeno Well, the obvious way is to draw the plot to a can...
- Fri Jul 17, 2020 10:56 pm
- Forum: Support and Development
- Topic: how to make math / graphical plot?
- Replies: 8
- Views: 1922
how to make math / graphical plot?
hello, I wanted to draw some functions using love.graphics.points it works, I can see the individual points, but it's not persistent, a new point replace the previous one, I wanted it to draw some curves or lines, like in a graphical. How could I achieve that? function love.load() x, y = 0, 0 t=0 en...
- Fri Nov 01, 2019 10:15 pm
- Forum: Games and Creations
- Topic: Max Downforce - arcade racer
- Replies: 15
- Views: 10439
Re: Max Downforce - arcade racer
it looks very smooth! Well done!
- Wed Jun 08, 2016 7:38 pm
- Forum: Libraries and Tools
- Topic: [Library] Andralog - Analog control for Android
- Replies: 14
- Views: 7567
Re: [Library] Andralog - Analog control for Android
thanks for this. It didn't work with Löve 0.10, so I've tried to convert the deprecated function to the new ones (or the replacements). I'm not an expert in lua, so it might not be all correct, but it seems to work. Is there a way to simulate a button press (like a firebutton)? andralog_0-10.love Wh...
- Wed Jun 08, 2016 7:04 pm
- Forum: Libraries and Tools
- Topic: GOOi, an Android-Oriented GUI Library
- Replies: 133
- Views: 88926
Re: GÖÖi, an Android-Oriented GUI Library
thanks a lot for this conveniant library!
- Wed Jun 08, 2016 11:55 am
- Forum: Support and Development
- Topic: Love2D Exporter Online
- Replies: 7
- Views: 3888
Re: Love2D Exporter Online
thank you for this tool!
- Wed Jun 08, 2016 11:55 am
- Forum: General
- Topic: Blog Article: OUYA: Pico-8's Fantasy Console
- Replies: 2
- Views: 1957
Re: Blog Article: OUYA: Pico-8's Fantasy Console
That's interesting. It's strange the picolove tool is not mentioned on this forum.
- Sun Sep 15, 2013 9:32 pm
- Forum: Ports
- Topic: LÖVELINESS a LÖVE Chrome Extension
- Replies: 126
- Views: 62150
Re: LÖVELINESS a LÖVE Chrome Extension
so it works with google chrome, but not with chromium on linux mint Yes, this is a known issue https://github.com/binji/love-nacl/issues/17 . Linux Mint doesn't include the Native Client plugin with Chromium for some reason. It's also strange that the "test" button didn't work. That shoul...
- Sun Sep 15, 2013 7:28 pm
- Forum: Ports
- Topic: LÖVELINESS a LÖVE Chrome Extension
- Replies: 126
- Views: 62150
Re: LÖVELINESS a LÖVE Chrome Extension
so it works with google chrome, but not with chromium on linux mint (and probably not on other ubuntu / debian derivatives). I had enabled "native client" in chromium, and the icons display in green, but it wasn't working better. No problem with Chrome.
- Sun Sep 15, 2013 2:46 pm
- Forum: Ports
- Topic: LÖVELINESS a LÖVE Chrome Extension
- Replies: 126
- Views: 62150
Re: LÖVELINESS a LÖVE Chrome Extension
hello, I'm trying Löveliness for the first time today, and the icon remains disabled. If I click it proposed to change background, to load or test, but it doesn't do anything again. I can only click on "about" which leads to the homepage. Is it related to your recent update, or the fact I'...