Hi,
is it possible to compile Löve without OpenGL? I want to use it on an embedded Linux device which has no support for OpenGL.
Best regards,
Andreas
Löve without OpenGL?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Löve without OpenGL?
OpenGL is pretty central to LÖVE, but you could try forking it, and rework the connections LÖVE has to the back-end.
I cannot help but wonder why you would want to run LÖVE on a embedded device?
I cannot help but wonder why you would want to run LÖVE on a embedded device?
Help us help you: attach a .love.
Re: Löve without OpenGL?
I would like to use Löve on a Chumby (www.chumby.com). Everything inside the Chumby is hackable. It has Linux on board but only with a framebuffer. I managed to compile libSDL and lua. Now I'm looking for a game engine or GUI system which uses libSDL and Lua.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Löve without OpenGL?
SDL? You compiled SDL for that? Maybe it's possible... See the credits for a list of libraries LÖVE uses, if you haven't seen it yet. But without OpenGL... it will be quite the task, I think.
Help us help you: attach a .love.
Re: Löve without OpenGL?
It should be noted the credits are (as of this post) for LÖVE 0.5.0 - 0.6.0 dispenses with SWIG and boost entirely, and uses OpenAL instead of SDL_mixer. It also includes luasocket and leverages mpg123, libmodplug, and libogg/libvorbis for audio decoding.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Löve without OpenGL?
Oops. You're right. See the end of http://love2d.org/docs/license.html for a more up-to-date list.
Help us help you: attach a .love.
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 3 guests