Search found 2 matches
- Mon Jan 11, 2010 2:16 am
- Forum: DS/DSi Development
- Topic: libpng question + bonus
- Replies: 6
- Views: 6796
Re: libpng question + bonus
It depends on how optimized is your code... It will be slow if you perform loading operations every frame, fast if you don't. I've found 2 methods to load external images (not in the NDS) and keep my game fast: 1-Loading every resource before starting the game (i don't use this anymore) 2-Writing a ...
- Sat Jan 09, 2010 11:40 am
- Forum: devkitPSP
- Topic: [noob]Using SDL with devkitPSP?
- Replies: 0
- Views: 5843
[noob]Using SDL with devkitPSP?
Hi! I'm quite new to homebrew development. I've compiled successfully an Hello World using devkitPSP (on windows), and i'd like to start using SDL with it (to make games portable, etc...). Is there a way to install them on devkitPSP? By the way, i've bought a GP2XWiz, and i'd like to develop apps ...