rust-psp icon indicating copy to clipboard operation
rust-psp copied to clipboard

How to draw sprites to display without embedded graphics?

Open imagineeeinc opened this issue 3 years ago • 2 comments

I am trying to make a game where I need to display sprites to the screen, I followed a tutorial to setup a graphics system, but can't seem to draw sprites, If anyone can point me in the right direction to set up.

imagineeeinc avatar Aug 24 '22 17:08 imagineeeinc

You'll want to use sceGu. I wrote a sprite engine that uses sceGu in this example https://github.com/overdrivenpotato/rust-psp/blob/master/examples/fontdue-scrolltext/src/graphics/sprite.rs

sajattack avatar Aug 24 '22 19:08 sajattack

If you need more help, feel free to join the #rust-psp channel in the PSP homebrew discord and I'll try to walk you through it https://discord.gg/WY8XhDG

sajattack avatar Aug 24 '22 19:08 sajattack