05-01-2020, 11:21 PM
Cubosphere is a 3D puzzle/platform game that works well with the Panfrost driver.
https://sourceforge.net/projects/cubosphere/
You'll need to install Lua 5.1, which will probably be in the package "lua51" or "lua5.1". Install the dev/devel package for it too if your distribution uses those.
Start by grabbing the source from https://sourceforge.net/projects/cubosph...src.tar.gz
Untar it somewhere, then cd into cubosphere_beta0.3a/src.
To compile:
To run it, move into the parent directory (cd ..) then run:
https://sourceforge.net/projects/cubosphere/
You'll need to install Lua 5.1, which will probably be in the package "lua51" or "lua5.1". Install the dev/devel package for it too if your distribution uses those.
Start by grabbing the source from https://sourceforge.net/projects/cubosph...src.tar.gz
Untar it somewhere, then cd into cubosphere_beta0.3a/src.
To compile:
Code:
make -j6 DATADIR=data
To run it, move into the parent directory (cd ..) then run:
Code:
MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 ./cubosphere