SDL and CEGUI

Hi there! I need a sophisticated GUI system for a project I’m developing
in SDL and I came across CEGUI. It doesn’t have any SDLRenderer but it
does have an OpenGL renderer. I haven’t quite understood how sdl is
cooperating with opengl, but I was wondering if I can use cegui with the
opengl renderer in my sdl project.

Thank you