3D to C


-- What is it ? --


It's an application for linux, that convert some 3D files (.obj , .off , .iv and .ac) to .c file for PSP.


-- How to use it ? --

In the first frame type the path where is located you 3D file, for instance :

/home/poison/programme/flowers.obj

In the second frame type the output path, for exemple :

/home/poison/output.c

If output.c doesn't exist it will be made.

If you want to convert quickely several files, put them in the ./toconvert/ folder, start the programm and click on "Mass conversion" , it will convert all your files, and you could find your converted files in the ./converted/ folder 

You can also refer to this video : 

http://www.dailymotion.com/video/x3bbpr_3d-to-c-2nd_3d


-- Credits --


Code by Poison
Gfx by Poison

Spécial thanks to :

- guyver2 who help me.
- siteduzéro.com


-- Other --

If this application do not work on you linux OS , please be sure to install SDL library (SDL, SDL_image ,and SDL_ttf)

