Search found 9 matches
- Fri Dec 20, 2024 11:32 pm
- Forum: Games and Creations
- Topic: Chrono Inertia (demo)
- Replies: 1
- Views: 634
Chrono Inertia (demo)
Hi, it's been a long time since I've posted to these forms. Been awhile since I've used LOVE. But, I've made a little demo of shooter game I've been fiddling with the past couple of days: https://capitalex.itch.io/chrono-inertia-demo Peek 2024-12-16 23-44.gif The gimmick is that the momentum of ever...
- Sun Mar 17, 2024 6:50 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30225
Re: 3D Physics Engine
You came up with your own algorithm? That's pretty impressive.
- Tue Nov 08, 2016 1:06 am
- Forum: Games and Creations
- Topic: Pico-8 Style Dithering Effect
- Replies: 4
- Views: 5554
Re: Pico-8 Style Dithering Effect
The hex codes come from a color pallet I had made (DEAD 75). I was to lazy to get the RGB, so I just broke apart the hex codesDavidobot wrote:But what impressed me the most was that you used Hexadecimal values for colour.
Here's the full pallet:
- Sun Nov 06, 2016 5:54 pm
- Forum: Games and Creations
- Topic: Pico-8 Style Dithering Effect
- Replies: 4
- Views: 5554
Pico-8 Style Dithering Effect
So, there is this twitter user by the name of Trasevol Dog who often showcases games with effects such as this on the PICO-8. The fallowing code recreates that effect: -- Using love 0.10.x love.graphics.setLineStyle "rough" love.graphics.setDefaultFilter("nearest", "nearest&...
- Thu Apr 07, 2016 6:21 pm
- Forum: Support and Development
- Topic: Google Keyboard Problems with LÖVE
- Replies: 0
- Views: 1378
Google Keyboard Problems with LÖVE
I believe there is a bug with LÖVE on android. On the Nexus six, with the google keyboard as its text input method, pressing backspace will result in LÖVE saying the button is being held down. It continues saying this even after text input is disabled and re-enabled. However, this problem does not o...
- Mon Apr 04, 2016 2:08 am
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 453373
Re: "Questions that don't deserve their own thread" thread
I can't seem to get love.filesystem.createDirectory to work with a .love file on android. Do I need to pack my app into a .apk file first?
EDIT
Nevermind, didn't see t.externalstorage had to be set to true
EDIT
Nevermind, didn't see t.externalstorage had to be set to true
- Wed Mar 23, 2016 12:38 am
- Forum: Games and Creations
- Topic: Visualize - My first android game
- Replies: 2
- Views: 2718
Re: Visualize - My first android game
Fun game, however on the theme selection page the icon sits over top the label
- Thu Mar 10, 2016 3:43 am
- Forum: Libraries and Tools
- Topic: GOOi, an Android-Oriented GUI Library
- Replies: 134
- Views: 190824
Re: GÖÖi, an Android-Oriented GUI Library
Is there a way to get UI elements, like a panel, to move around after creation?
- Tue Feb 02, 2016 12:48 am
- Forum: Support and Development
- Topic: Error in the wiki?
- Replies: 1
- Views: 1243
Error in the wiki?
The LÖVE wiki shows that love.graphics.setBackgroundColor can take four arguments, the last being alpha, but this has no effect. Is this a bug or an error with the wiki ?