2D Game Engine
2D Game Engine
Sorry for my bad english, i need good 2d game engine, i'm looking for a HGE (Haaf's Game Engine). Can i use HGE for PSP programming?
Re: 2D Game Engine
JGE++ = HGE portJaajaify wrote:Sorry for my bad english, i need good 2d game engine, i'm looking for a HGE (Haaf's Game Engine). Can i use HGE for PSP programming?
http://code.google.com/p/jge/
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
I only know this exist. i don't have any coding experience with this engine.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 91
- Joined: Sun Feb 22, 2009 8:32 am
- Location: Melbourne Australia ZOMG
-
- Posts: 3
- Joined: Mon Sep 21, 2009 8:58 pm
Hi,
Here some specifics functions for HGE for PSP programming,
1) Hardware MP3 decoding on PSP.
2) Loading PNG, JPEG and GIF.
3) Stereo WAV playback.
4) Hardware accelerated 2D rendering including scaling, rotations and colour blending.
5) Geometry shapes rendering, including rectangle, circle, polygons and thick lines.
Thanks for sharing this information.
Here some specifics functions for HGE for PSP programming,
1) Hardware MP3 decoding on PSP.
2) Loading PNG, JPEG and GIF.
3) Stereo WAV playback.
4) Hardware accelerated 2D rendering including scaling, rotations and colour blending.
5) Geometry shapes rendering, including rectangle, circle, polygons and thick lines.
Thanks for sharing this information.