Search found 8 matches

by Redbeer
Mon Jun 11, 2018 9:19 pm
Forum: General
Topic: Could LÖVE run on a Raspberry Pi 2B WITH x11?
Replies: 17
Views: 13036

Re: Could LÖVE run on a Raspberry Pi 2B WITH x11?

I have a thread around here where I did just what you're saying. As far as performance goes, if you only plan to use a raspberry pi 3 (or maybe a 2) running inside a window in X11, or over top of x11 in full screen, you can have decent performance for sure on a 2D application. However, if you plan t...
by Redbeer
Thu May 03, 2018 11:01 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

Sorry to necro my own thread a bit, but I wanted to conclude this post with the best method I've found, currently, as of the date of this post, on Love2D 11.1, to get up and running on a Raspberry Pi. This should work for any model through 3B+, including original and Zero W, which have an older Broa...
by Redbeer
Thu Apr 26, 2018 8:51 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

It works! Thanks for the help, it certainly got me to focus on the right thing (SDL2). I'll put up some instructions detailing the few small things that likely made this work vs. the first time I tried it.
by Redbeer
Thu Apr 26, 2018 1:49 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

Yes, doing ./configure libturbojpeg is not mentioned. The Love2D Makefile also does not reference libturbojpeg or libturbojpeg0, which leads me to think this is a dependency for another dependency, which I hope/assume has been updated to use libturbojpeg0. I'm going to make Love2D and see how it goe...
by Redbeer
Thu Apr 26, 2018 12:52 am
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

Ok to prepare I've started to install dependencies. I get this error: Reading package lists... Done Building dependency tree Reading state information... Done Package libturbojpeg is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, ...
by Redbeer
Wed Apr 25, 2018 11:52 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

Thanks for the link, yes I see LuaJIT now, the problem seems to be that viewing that page in Chrome on my machine, the text for those long dependencies pushes off the side of the page when you scrunch the browser to half size or smaller, rather than pushing down to the next line. So I didn't read th...
by Redbeer
Wed Apr 25, 2018 6:45 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Re: Running Love 11.1 on Raspberry Pi NO X11

There aren't really instructions because it should mostly just work. It certainly did when I tried it last. The basics are simple: make sure you have the right dependencies, then compile as usual. Note that for the raspberry pi you want to have a version of sdl2 (the more recent the better, but it ...
by Redbeer
Wed Apr 25, 2018 2:07 pm
Forum: Support and Development
Topic: Running Love 11.1 on Raspberry Pi NO X11
Replies: 10
Views: 10162

Running Love 11.1 on Raspberry Pi NO X11

Hello, hopefully someone here can help me to get this working. I've spent the last 3 days trying to get Love2d 11.1 working on an original Raspberry Pi B without X11 using SDL compiles with OpenGL ES. Here is what I have tried so far: WORKED: Installed Raspbian Stretch (full), installed dependencies...