Search found 3 matches

by suprsmashkng
Sat Nov 30, 2013 9:30 am
Forum: devkitPPC
Topic: noob fight with linux permission (cc1plus not such file...)
Replies: 2
Views: 15079

Re: noob fight with linux permission (cc1plus not such file.

Not sure if this is the actual problem, but it looks like you misspelled "DEVKITPPC" in the second export line of the ~/.bashrc snippet you provided, which would cause your PATH to be incomplete and potentially result in "missing" binaries.
by suprsmashkng
Thu Sep 01, 2011 2:24 am
Forum: User Contributions
Topic: Easy GL2D
Replies: 56
Views: 271159

Re: Easy GL2D

I looked into SAT a little bit. I tried to do myself with someone else's fixed-point arithmetic library but ran into problems, so I'm excited to see how your implementation works. I settled on treating an object's bounding box as a convex hull and doing an inclusion test on each of the vertices of t...
by suprsmashkng
Sat Jul 16, 2011 11:06 pm
Forum: User Contributions
Topic: Easy GL2D
Replies: 56
Views: 271159

Re: Easy GL2D

Hey relminator, I really love your Easy GL2D library. I'd been floundering around with the 2D engine for a few weeks and then found your library and haven't looked back. I'm at an impasse with collision checking in a game I'm trying to make. Can you recommend a way to do it? After looking around the...