Release Clonepoint


ptitSeb

Serial Porter
Joined
Aug 15, 2012
Messages
9,306
Age
51
Location
France, near Lyon
Here is Clonepoint, an Free(libre) cloen of Gunpoint.
preview4.png

The game use OpenGL with shaders, and use gl4es for the Pandora port. Shaders have been partly rewrote to use GLSL 1.20 (they used GLSL 1.30 initialy). Also, the "blur" part (blue background when using crosslink) has been greatly simplified to limit the number of texture read (from 81 to 3).

Note that the game seems to run on CC, but the Background is not shown, and it's pretty slow (it should be playable). The games runs fine on my Gigahertz with 4.10 SGX drivers.

Diff from the git is in the PND for the curious.

Some menu have overlapping text (the game initially used 1280x720 screen res). I may try to fix that in an updated version.

History log
=========

Build 01
-----------

  • Initial version
  • Some Pandora customizations
  • Shaders optimizations
 
Back
Top