ok, i have just started mucking about with LOVE (great so far, btw). I am running into a very basic problem. I am trying to draw some simple images to the screen, and i just get a white box, albeit in the right position and size. I am using lua code straight from the hamster ball demo. I even tried a .png from another demo, thinking perhaps it was my file. That gets me a white box as well. Could this be something external from LOVE itself? Hardware or drivers or something, possibly? Maybe my directX is out of date? Any pointers would be greatly appreciated. Here's my basic hacky code:
With older videocards/drivers you get those white boxes when your images are not correctly sized, their width and height need to be a power of two (but width doesn't need to be the same as height), so, for example 256x128.