Page 1 of 1

OpenGL Requirements

Posted: Fri Aug 12, 2016 8:04 am
by grism
Hi,

I noticed that Löve comes with SDL2.dll but apparently requires OpenGL 2+. I know that SDL doesn't require OpenGL, so I'm a little surprised that this 2D engine (Löve) depends on it. Can anyone elaborate on the reason for the OpenGL requirement?

Thanks!

Re: OpenGL Requirements

Posted: Fri Aug 12, 2016 3:13 pm
by Sheepolution
Most if not all of love.graphics is openGL. SDL is only used for stuff like keyboard/mouse input and audio.