Search found 4 matches

by stelzbock
Fri Feb 16, 2007 6:24 am
Forum: PSP Development
Topic: cpplibs: howto use Mask for pixelprecise collision
Replies: 3
Views: 1790

ok, then you can set just the mask bit of opaque pixels. I think that's not the problem.
by stelzbock
Thu Feb 15, 2007 8:07 am
Forum: PSP Development
Topic: cpplibs: howto use Mask for pixelprecise collision
Replies: 3
Views: 1790

cpplibs: howto use Mask for pixelprecise collision

I just started with the example from cpplibs. I really like this lib, because it's pure c++ and easy to use. Now I want to detect collisions on pixel level, but I wonder how the Mask class is intended to use. Here's my first plan how to use the Mask class, but I don't think this is the right way: 1)...
by stelzbock
Fri Jan 26, 2007 7:24 am
Forum: PSP Development
Topic: Ruby on PSP
Replies: 2
Views: 5598

keep it up

Great work, I'd like to see ruby on psp, keep it up. I tried to compile your patch, but got followin errors: psp-gcc -I../.. -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_ -c -o main.o main.c psp-gcc -I../.. -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_ - L../.. -L. -L...
by stelzbock
Mon Jan 22, 2007 2:07 am
Forum: PSP Development
Topic: Setting up Eclipse + PSPLink + GDBServer debugging
Replies: 20
Views: 21405

Doing it all out of eclipse

Hi, I followed lynx44 steps and got all working, really cool. Next I tried to start the compiled .elf via run without any cygwin console. First Step was to start usbhostfs_pc.exe as external tool in eclipse 1.) Go to Run --> External Tools --> External Tools 2.) Right click on Program, give it a nam...