Search found 44 matches

by Reenen
Fri Feb 19, 2021 1:31 pm
Forum: Support and Development
Topic: Testing Controller 'game'
Replies: 1
Views: 2094

Re: Testing Controller 'game'

I figured it out. (Reading documentation works wonders!) local keysPressed = {} local stick = nil function love.keypressed(k) keysPressed[k] = true end function love.keyreleased(k) keysPressed[k] = nil end function love.joystickadded(joystick) stick = joystick end function love.gamepadpressed(joysti...
by Reenen
Fri Feb 19, 2021 12:26 pm
Forum: Support and Development
Topic: Testing Controller 'game'
Replies: 1
Views: 2094

Testing Controller 'game'

I'm creating a controller 'test' game. Which essentially will show you if your controller is giving issues. (Mine is) My only issue is that I cannot see currently if either of the triggers are being pressed. My code is: local keysPressed = {} function love.keypressed(k) keysPressed[k] = true end fun...
by Reenen
Thu Nov 02, 2017 10:00 pm
Forum: Support and Development
Topic: [Android] Filesystem visibility and my own app's files
Replies: 0
Views: 1675

[Android] Filesystem visibility and my own app's files

A little background. I want to create an app to help people who can't communicate verbally to communicate. There are already apps like that available, but what I want to enable the users to do was to create custom content that is specific for their child's development. But I don't want to create a w...
by Reenen
Mon Aug 29, 2016 10:03 am
Forum: General
Topic: D3 vs Löve
Replies: 5
Views: 3469

Re: D3 vs Löve

D3 was just the first platform I investigated. I actually think Love would work better (wasn't there a Love for Chrome extension a while back?). Yes they have their relative sizes and times as a relationship. (Also they all represent the same "type" of circle in the end). In both technolog...
by Reenen
Mon Aug 29, 2016 9:10 am
Forum: General
Topic: D3 vs Löve
Replies: 5
Views: 3469

Re: D3 vs Löve

Thanks for everyone's responses. So I want to do charting, or data representations (typically bubbles - but often with images on them), but I want my interface to _change_ the data on the bubbles. https://docs.google.com/drawings/d/1SbsU-ca13ZN9k1iTgO-LwvbiPdx9l0ZIP-ZMmRicJOc/edit?usp=sharing - an i...
by Reenen
Sat Aug 27, 2016 9:38 pm
Forum: General
Topic: D3 vs Löve
Replies: 5
Views: 3469

D3 vs Löve

So I was thinking of creating an "applet" in D3js.org (for work), but then I thought Löve could probably do the same just better? Only difference being that the one is standalone, and the other is Browser?

How good is Löve with database access?
by Reenen
Thu Sep 10, 2015 3:27 pm
Forum: Games and Creations
Topic: WaypointRacer, Simple but amazingly fun and challenging
Replies: 0
Views: 1401

WaypointRacer, Simple but amazingly fun and challenging

WaypointRacer.love Description: See who can go from waypoint 1 via all waypoints back to waypoint 1 in the shortest possible time. TODO: Add a way to save/load "maps & highscores" v2: add a track! Make it pretty! (Graphics?!) Have highscores for 1,3 and 5 "lap" laptimes. Sou...
by Reenen
Thu Sep 10, 2015 4:57 am
Forum: General
Topic: Color blindness (simulating and daltonizing)
Replies: 3
Views: 3212

Re: Color blindness (simulating and daltonizing)

I am a little colour blind (dark reds and dark greens are tough to decern). And original hurts my eyes, and the image for Daltonized for protanopic color blindness looks similar to the original but doesn't hurt my eyes.
by Reenen
Tue Aug 18, 2015 12:13 pm
Forum: General
Topic: Programs for making Android apps?
Replies: 12
Views: 5466

Re: Programs for making Android apps?

I don't really know the revenue of ads, but in my experience I prefer a "light"/free version of a game, and then if I like it I can buy it. Nothing I hate more than having fun with a game and then having it pop up an ad and interrupt my (hopefully) fun experience with the game. Admittedly ...
by Reenen
Mon Aug 17, 2015 3:03 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 117834

Re: LOVE users map

Me too, Durbanville, Cape Town, South Africa