Search found 8 matches

by CapitalEx
Sun Mar 17, 2024 6:50 pm
Forum: Games and Creations
Topic: 3D Physics Engine
Replies: 11
Views: 3049

Re: 3D Physics Engine

You came up with your own algorithm? That's pretty impressive.
by CapitalEx
Tue Nov 08, 2016 1:06 am
Forum: Games and Creations
Topic: Pico-8 Style Dithering Effect
Replies: 4
Views: 5032

Re: Pico-8 Style Dithering Effect

Davidobot wrote:But what impressed me the most was that you used Hexadecimal values for colour. :o:
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 codes :P

Here's the full pallet:
Image
by CapitalEx
Sun Nov 06, 2016 5:54 pm
Forum: Games and Creations
Topic: Pico-8 Style Dithering Effect
Replies: 4
Views: 5032

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&...
by CapitalEx
Thu Apr 07, 2016 6:21 pm
Forum: Support and Development
Topic: Google Keyboard Problems with LÖVE
Replies: 0
Views: 1262

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...
by CapitalEx
Mon Apr 04, 2016 2:08 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411469

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 :crazy:
by CapitalEx
Wed Mar 23, 2016 12:38 am
Forum: Games and Creations
Topic: Visualize - My first android game
Replies: 2
Views: 2527

Re: Visualize - My first android game

Fun game, however on the theme selection page the icon sits over top the label
Capture+_2016-03-22-20-29-55.png
Capture+_2016-03-22-20-29-55.png (151.18 KiB) Viewed 2450 times
by CapitalEx
Thu Mar 10, 2016 3:43 am
Forum: Libraries and Tools
Topic: GOOi, an Android-Oriented GUI Library
Replies: 134
Views: 181884

Re: GÖÖi, an Android-Oriented GUI Library

Is there a way to get UI elements, like a panel, to move around after creation?
by CapitalEx
Tue Feb 02, 2016 12:48 am
Forum: Support and Development
Topic: Error in the wiki?
Replies: 1
Views: 1104

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 :huh:?