I started contributing to flare at http://flarerpg.org/ a while ago and did some code re-factoring to
lower the CPU usage. I haven't received my pi yet, but I wonder if the game works works smooth on the raspberry.
Is there somebody willing to try the game from the latest master branch:
Code: Select all
git clone --depth 1 git://github.com/clintbellanger/flare.git
cd flare
cmake . && make
./flare
Cloning the repository and compiling takes a lot of space unfortunately (651MB) as the not only needed graphics are checked out but also the blender files which were used to create the art.
The only dependency of flare are various SDL packages, not sure if that is already running in acceptable speed at the pi?