Page 3 of 3

Re: LÖVE 0.7.1 Released

Posted: Thu Mar 17, 2011 3:48 pm
by silverkorn
I'm a bit confused, as I read on the forum section, nLÖVE is supposed to be a port of OpenGL & OpenAL to SDL but this installer of LÖVE include the SDL Library and if I delete it, LÖVE doesn't work anymore because the "SDL.dll is not available"... Is LÖVE fused with nLÖVE?

Thanks! :)

Re: LÖVE 0.7.1 Released

Posted: Thu Mar 17, 2011 4:04 pm
by thelinx
LÖVE uses SDL for some tasks, but it also uses OpenGL for drawing and OpenAL for audio output.

nLÖVE removes the dependencies on OpenGL and OpenAL by only using SDL.