Search found 6 matches

by salvaliebana
04 Mar 2019, 00:34
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Re: Tested on rpi3 b+

Ok. Too much for my poorly pi hahahwha. She does what she can!! Anyway... The usage of cpu its very low. 20%. Thanos for the support. Ive never played the game, I am just a tester but some people ask mem to try to improve it a bit. I checked the release mode and add some rpi flags but the thing does...
by salvaliebana
03 Mar 2019, 23:24
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Re: Tested on rpi3 b+

Maybe it you can provide some dummy multi thread support with something like these (founded on this forum) CORE 0 - Main/Critical code, Player CORE 1 - path-finding calculations CORE 2 - AI Players, scripts, events, triggers CORE 3 - something else (mb net code) I belive the pi3 its power enought to...
by salvaliebana
03 Mar 2019, 23:16
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Re: Tested on rpi3 b+

Mmmm... It only uses one core. Thats the problem. And you cant fix it without rewrite the all thing. A shame. But good performance to only use one core.
by salvaliebana
03 Mar 2019, 21:46
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Re: Tested on rpi3 b+

It is raspbian. But on my channel i test different mesa drivers. Currently on mesa 19.has some pros and cons. But as you see. Having a full opengl api open all the doors.
by salvaliebana
03 Mar 2019, 21:41
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Re: Tested on rpi3 b+

Mesa provides full opengl api...sorta. Thats why the pi could handle the game. As I said. Gpu power its not the problem here i need to check the cpu side here. Thanks... It was really easy to compile.
by salvaliebana
03 Mar 2019, 03:23
Forum: Coding
Topic: Tested on rpi3 b+
Replies: 8
Views: 16026

Tested on rpi3 b+

Tested on rpi 3b+ Could be any compilation flag or configuration improve performance on arm boards?? The pi its running at 1200 mhz because of heat. For sure it can run beter with overclock and active cooling. The bottleneck its clearly on cpu because any resolution changes the performance, not even...