Search found 84 matches

by relminator
Thu Apr 22, 2010 2:48 am
Forum: DS/DSi Development
Topic: Better way to manage animations?
Replies: 8
Views: 6940

Better way to manage animations?

Okay I've made a little tech demo of a SHMUP with options and wave shots but as of now sprites are made of boxes. One big reason is that I'm not sure what animation scheme I would use. Here's the binary and source: http://rel.betterwebber.com/junk.php?id=100 Here's the code: /* * SHMUP test * relmin...
by relminator
Sat Apr 17, 2010 3:45 am
Forum: DS/DSi Development
Topic: Magnifying glass effect
Replies: 7
Views: 7713

Re: Magnifying glass effect

Sorry if this is a pretty old topic but I've made a lens effect last night. (new to DS coding) Arrows to move L/R to change radius. /* lens effect relsoft http://rel.betterwebber.com */ #include <nds.h> #include <stdio.h> #include <math.h> #include <string.h> inline void cls(u16 color) { //dmaFillWo...
by relminator
Sun Apr 11, 2010 11:12 am
Forum: devkitARM
Topic: Help. Failed to compile examples.
Replies: 2
Views: 4255

Re: Help. Failed to compile examples.

Thanks a bunch! I'm reinstalling it now. :P
by relminator
Sun Apr 11, 2010 10:48 am
Forum: devkitARM
Topic: Help. Failed to compile examples.
Replies: 2
Views: 4255

Help. Failed to compile examples.

Hi guys, I need some help trying out devkit arm for the first time. I downloaded the whole devkit pro package in "download only" mode for use on my dev pc. So I extracted everything to thier respective folders but I can't seem to compile the examples. BTW, I can't install the devkitpro pac...