Elisherer

Joined 3 May 2009
542 bytes added ,  16:30, 14 June 2009
no edit summary
Line 18: Line 18:  
{{Userbox balance board|1}}
 
{{Userbox balance board|1}}
 
{{Userboxbottom}}
 
{{Userboxbottom}}
 +
 +
{{Infobox homebrew
 +
| image      =
 +
| title      = Fast Forwarder
 +
| desc        = A fast forwarder for dol/elf files
 +
| type        = utility
 +
| author      = Elisherer
 +
| version    = 0.3 (LoadMii)
 +
| download    = [[File:Forwarder-src.zip|Forwarder-src.zip]]
 +
| peripherals =
 +
}}
    
== Eli sherer ==
 
== Eli sherer ==
Line 37: Line 48:  
{ double sina=sin(DegToRad(a)),cosa=cos(DegToRad(a));
 
{ double sina=sin(DegToRad(a)),cosa=cos(DegToRad(a));
 
Vector vcursor[8]={{0,0},{0,34},{8,26},{16,42},{21,39},{13,23},{23,23},{0,0}};
 
Vector vcursor[8]={{0,0},{0,34},{8,26},{16,42},{21,39},{13,23},{23,23},{0,0}};
u32 fcolor[8]= {GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE},
+
u32 fcolor[8]= {GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE,
lcolor[8]= {GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK};
+
GRRLIB_WHITE,GRRLIB_WHITE,GRRLIB_WHITE},
 +
lcolor[8]= GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK,
 +
GRRLIB_BLACK,GRRLIB_BLACK,GRRLIB_BLACK};
 
//rotation:
 
//rotation:
 
//x'=xcosa-ysina
 
//x'=xcosa-ysina
Line 60: Line 73:  
GRRLIB_Render();
 
GRRLIB_Render();
 
</source>
 
</source>
 +
 +
==Fast Forwarder==
 +
 +
To use this program you first need to install the libfat from the lib file to your libogc directory and than change the 'PATH_DOL' and 'PATH_ELF' definition in main.c and compile. good luck! (Tell me what you think in the discussion)
233

edits