Search found 5 matches

by Massa
Tue Sep 22, 2015 12:37 pm
Forum: Programming
Topic: python performance: PYPY 2.6.1
Replies: 2
Views: 1722

Re: PYPY 2.6.1

We use boost python (C++ binding). I did not see any info about support it in PYPY. Judging by this thread it could be made to compile and work already over 18 months ago albeit with stability problems: http://grokbase.com/t/python/pypy-dev/14199z7eg9/boost-python-and-pypy-status (the silly comment...
by Massa
Mon Sep 21, 2015 12:35 pm
Forum: Programming
Topic: python performance: PYPY 2.6.1
Replies: 2
Views: 1722

python performance: PYPY 2.6.1

Hi, Has anyone tried implementing the latest pypy (python jitting compiler) as a drop-in replacement for cpython? (2.6.1 -> 2.7.10) It's reached a mature and stable stage nowadays - for compute intensive tasks it's easily 6x faster and as long as certain external modules are not used, it works out o...
by Massa
Tue Sep 15, 2015 11:48 am
Forum: Compile
Topic: Porting to Android
Replies: 19
Views: 17330

Re: Porting to Android

I'm not sure how useful that might prove be to the FO devs or anyone attempting to port but it seems android support has been added to ptitSeb's glshim 2 days ago: https://github.com/ptitSeb/glshim And now for some language humour from earlier in the thread - some people use the word 'actual' in the...
by Massa
Mon Sep 14, 2015 1:21 pm
Forum: Compile
Topic: SDL2 gles on armv7 status [0.4.5, working]
Replies: 27
Views: 17495

Re: SDL2 gles on armv7 status

Thanks, even though it's sort of "playable", still too much content is not rendered at all, esp. in the overlay windows. Judging by this thread the glshim devs are going to look into this. http://boards.openpandora.org/topic/11506-glshim/?page=19 EDIT: Fixed! FO is now fully playable on th...
by Massa
Tue Sep 01, 2015 12:40 pm
Forum: Compile
Topic: SDL2 gles on armv7 status [0.4.5, working]
Replies: 27
Views: 17495

Re: SDL2 gles on armv7 status

Hi, I've been playing with glshim recently (the OpenGL 1.x to GLESv1 wrapper) and wondered if you thought it could be worth trying with FO? Possibly after disabling some config video options. Some games seem to work perfectly, others have minor glitches, others fail to even start. I'd appreciate you...