03-10-2021, 06:02 AM
(This post was last modified: 03-10-2021, 06:03 AM by Samuel Venable.)
I wrote a simple panorama viewer specifically to be run on KDE Plasma Mobile.
https://github.com/time-killer-games/panoview
It works on all platforms I tested on except Plasma Mobile.
All I get after selecting an image is a white screen. Works on the PineBook Pro. Not sure what's going wrong.
Uses freeglut / glx / OpenGL ES. I have a Embedded System script for this in specific.
Build Dependencies:
sudo apt-get install libsdl2-dev libglu1-mesa-dev libgl1-mesa-glx freeglut3-dev mesa-common-dev libpthread-stubs0-dev libx11-dev libprocps-dev kdialog zenity
If someone could help me figure out why it's not displaying properly I'd really appreciate it.
Thanks!
Samuel
https://github.com/time-killer-games/panoview
It works on all platforms I tested on except Plasma Mobile.
All I get after selecting an image is a white screen. Works on the PineBook Pro. Not sure what's going wrong.
Uses freeglut / glx / OpenGL ES. I have a Embedded System script for this in specific.
Build Dependencies:
sudo apt-get install libsdl2-dev libglu1-mesa-dev libgl1-mesa-glx freeglut3-dev mesa-common-dev libpthread-stubs0-dev libx11-dev libprocps-dev kdialog zenity
If someone could help me figure out why it's not displaying properly I'd really appreciate it.
Thanks!
Samuel