PS3 LibMove v0.1 By Deroad Released

Quote (Deroad):
I wanted to release this lib because someone would find it useful. i wrote some things, but most of the stuff were written by KaKaRoTo and bigboss.

This lib has been tested and works. for any bug report, please write to me on github or send me an email.

libmove for PSL1GHT V2

This lib will be installed inside the PORTLIBS

Changelog:
- initial release

Linking

Add these libs on your makefile to compile your homebrew.

-lmove -lgem -lcamera -lspurs

License
This lib is released under BSD License.

Example

 #include 
 int main(s32 argc, const char* argv[]){
  movePadData data;
  init_move();
  while(1){
   getMovePadData(&data);
   if(data.BTN_ACTION)
    calibrate_move();
   }else if(data.BTN_T){
    goto end;
   }
  }
 end:
  end_move(); 
 }

Authors
Deroad - libmove.cpp/.h movebuttons.h 
Jose Ramos Marquez (bigboss) - moveutil.cpp/.h spursutil.cpp/.h 
Youness Alaoui (KaKaRoTo) - moveutil.cpp/.h spursutil.cpp/.h

Subscribe for Latest News