| View previous topic :: View next topic |
| Author |
Message |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Thu Mar 05, 2009 7:35 am Post subject: LTE in C? |
|
|
| Can someone provide me an example of LTE code in C. Im tired of using C++ |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Fri Mar 06, 2009 12:31 am Post subject: Re: LTE in C? |
|
|
| Dariusc123456 wrote: | | Can someone provide me an example of LTE code in C. Im tired of using C++ |
C doesn't support classes and namespaces _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Fri Mar 06, 2009 6:43 am Post subject: |
|
|
| Well, the only way now is to rewrite the whole lte src. |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Fri Mar 06, 2009 8:55 am Post subject: |
|
|
Are you answering your own question? :P _________________
Upgrade your PSP |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Fri Mar 06, 2009 1:47 pm Post subject: |
|
|
| I dont know now. What is best todo, made a 3d game engine in C, use sce libraries, or just use something good. Im trying to use the psp ver of the quake engine, but idk if I need QuakeC with other tools, or what? |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Fri Mar 06, 2009 3:03 pm Post subject: |
|
|
| I think the psp port of the quake engine just uses pspgl. |
|
| Back to top |
|
 |
Heimdall
Joined: 10 Nov 2005 Posts: 259 Location: Netherlands
|
Posted: Mon Mar 09, 2009 9:11 pm Post subject: |
|
|
| you can always use the opentri engine, it is in C, i think it is hosted at opentri.assembla.com |
|
| Back to top |
|
 |
sauron_le_noir
Joined: 05 Jul 2008 Posts: 229
|
Posted: Tue Mar 10, 2009 8:48 am Post subject: |
|
|
| You can also use the allegro library so you can test your program on your pc and than transfert it to your psp |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Tue Mar 10, 2009 10:52 am Post subject: |
|
|
| Is there an psp engine that can read .x files, or anything made with trueSpace? |
|
| Back to top |
|
 |
|