06-22-2018, 07:45 PM
(This post was last modified: 06-23-2018, 01:12 PM by Brian Beuken.)
Like the Odroid XU4 set up is identical but performance isn't quite as impressive as you might expect from a Mali 450 which has 3 vertex and 2 pixel units. Not sure exactly what that means really in terms of how it relates to cores on other systems but bottom line is its not that fast
It also seems to have a small issue with inverted UV coords, which needs to be looked at
and finally it needs the chmod hack to get keys working
sudo chmod a+r /dev/input/*
But... if I can fix the inverted UV (or whatever it is) its a nicely working system on a par with the Raspberry in terms of its performance.
EDIT... though after testing the frame rates, actually its much slower, so it maybe that the OGLES is not fully functioning, or, possibly that the lack of optimization in the renders is more serious on this GPU.
The CPU certainly seems to outperform the Rpi, but the GPU isn't currently doing it for me.
It also seems to have a small issue with inverted UV coords, which needs to be looked at
and finally it needs the chmod hack to get keys working
sudo chmod a+r /dev/input/*
But... if I can fix the inverted UV (or whatever it is) its a nicely working system on a par with the Raspberry in terms of its performance.
EDIT... though after testing the frame rates, actually its much slower, so it maybe that the OGLES is not fully functioning, or, possibly that the lack of optimization in the renders is more serious on this GPU.
The CPU certainly seems to outperform the Rpi, but the GPU isn't currently doing it for me.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's