mapmapteam / mapmap

Open source video mapping software
http://www.mapmap.info
GNU General Public License v3.0
427 stars 62 forks source link

Make video textures work on GLES on Raspberry Pi #119

Open aalex opened 9 years ago

aalex commented 9 years ago

Currently there is a branch raspbian which compiles and runs on the Pi, however GLES still not works.

aalex commented 9 years ago

Maybe comment out the header, or install Debian's packages. http://forum.odroid.com/viewtopic.php?f=77&t=5328

aalex commented 9 years ago

We must build it against OpenGL ES for ARM. Something like /usr/lib/arm-linux-gnueabihf/libGLESv2.so - trying to find how to make qmake do this.

aalex commented 9 years ago

OpenGL ES (1.1 or 2.0) do not have inmediate mode. glBegin and glEnd are not available there. It's not possible to use glBegin(GL_QUADS) there.

aalex commented 9 years ago

I made some rought changes to build it. Commented out some OpenGL code. It should draw anything. See branch port-opengles-odroid. https://github.com/mapmapteam/mapmap/tree/port-opengles-odroid

aalex commented 9 years ago

It builds, but segfaults when calling eglInitialize () from /usr/lib/arm-linux-gnueabihf/mali-egl/libmali.so.

sofian commented 8 years ago

@aalex Do we really still want that for 0.3? Otherwise either move it to 0.4 or perhaps remove from milestones.

sofian commented 8 years ago

I'm actually gonna remove from 0.3 put it back if you think it's necessary.

aalex commented 6 years ago

Here is a Vagrant box (to use with VirtualBox and Ansible) that will allow you to run an OS for ARM on your fast desktop computer. https://github.com/twobitcircus/rpi-build-and-boot

sofian commented 6 years ago

I did a lot of progress on the rapsbian branch.

aalex commented 5 years ago

https://coderwall.com/p/3vzg7a/install-mapmap-on-raspberrypi-pidora-18