Skip to content

OpenArena version for OpenPandora, featuring ARM support and GLES renderer.

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING.txt
Notifications You must be signed in to change notification settings

meveric/OpenArenaPandora

 
 

Repository files navigation

ODROID Adaption

Added some adaptations for ODROID. And some optimization flags.

OpenArenaPandora

OpenArena version for OpenPandora, featuring ARM support and GLES renderer.

The current state is playable without any major problems and good performances. Only limits are flares that requires depth buffer reading, and QVM that is interpreted (no JIT on ARM)

OpenPandora

This version is aimed at OpenPandra, so get:

  • ARM compatibilty (using -DARM)
  • Some NEON optimized code (using -DNEON)
  • GLES renderer (using -DHAVE_GLES)
  • Toggle Crouch function (using -DCROUCH), disabled by default and with a new option in cfg
  • OpenPandora support of course (using -DPANDORA), for screen resolution mainly.

There are some hard-coded value in the Makefile, located at the beggining to force "OpenPandora version" (COMPILE_PLATFORM=pandora and COMPILE_ARCH=arm).

For more info on the OpenPandora go here: http://boards.openpandora.org/ Specific thread for Jedi Academy on the OpenPandora here: http://boards.openpandora.org/index.php/topic/13695-open-arena/

About

OpenArena version for OpenPandora, featuring ARM support and GLES renderer.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.6%
  • C++ 3.4%
  • HTML 0.9%
  • Makefile 0.8%
  • Shell 0.3%
  • Objective-C 0.3%
  • Other 0.7%