View previous topic :: View next topic |
Author |
Message |
chi kitory
Joined: 17 Mar 2010 Posts: 28
|
Posted: Tue Jun 22, 2010 4:44 am Post subject: understanding LTE Lite Mod |
|
|
I'm still new to c++, but i got some basics down. i have found my self looking at LTE, but can't find my docs on it nor tutorials. Which is good, cause i dont want to rely tutorials.
Anyways, How do i start using the LTE? Is the files i downloaded, just .h files that help with certian things? like i need to create my own main file and import those .h files for the lte to be useful?
Any tutoriials will be nice
Can i just get a little guidance? |
|
Back to top |
|
 |
stinkee2
Joined: 04 Jan 2009 Posts: 8
|
Posted: Tue Jun 22, 2010 11:01 am Post subject: |
|
|
My guidance would be that if you are still learning C++ and don't know how to install libraries, or find their docs that you don't start using advanced libraries like LTE. but continue learning C++ and making simple programs.
It's also a good idea not to make homebrew for the psp before you get the hang of writing relatively complex code from scratch, no copy pasting. |
|
Back to top |
|
 |
chi kitory
Joined: 17 Mar 2010 Posts: 28
|
Posted: Wed Jun 23, 2010 5:21 am Post subject: |
|
|
ohh? is that the answer? Alright cool cool thanks. Cause im a dumb ass, and couldnt have guessed that my self. i asked for a site or some guidance not for your input about my programming level.
I have never copied and pasted a program i have developed since i started.
Can i get an answers about if theres any LTE help online or is the only answer people have is, learn c++ more. |
|
Back to top |
|
 |
Criptych
Joined: 12 Sep 2009 Posts: 79
|
Posted: Wed Jun 23, 2010 10:05 am Post subject: Re: understanding LTE Lite Mod |
|
|
chi kitory wrote: | like i need to create my own main file and import those .h files for the lte to be useful? |
I tend to agree with stinkee2. If you need to ask this question, you need a better foundation in C++ first. That isn't meant to insult or belittle you, it's a suggestion from experience: do read all the documentation you can find, and do follow the tutorials, to the letter if possible. "Knowledge is power," and all that. Plus it's a great learning aid to have a "teacher" who can walk you through the steps until you get the hang of it. I learned C/C++ by checking out nearly every "Teach Yourself" book on the subject that I could find at the library (and even buying a couple), then going through each chapter, some several times.
By the way, LTE is a port of Irrlicht, so I think the documentation you're looking for is here. _________________ PSP-2000 // CFW: 5.50 GEN-D2 ...and not upgrading until OFW supports homebrew!
(But I did downgrade to 1.50 with TimeMachine...)
"I want you to tell me how the machine makes you feel." |
|
Back to top |
|
 |
chi kitory
Joined: 17 Mar 2010 Posts: 28
|
Posted: Thu Jun 24, 2010 6:41 am Post subject: |
|
|
Quote: | By the way, LTE is a port of Irrlicht, so I think the documentation you're looking for is here. |
Yes i noticed that it is a port of irrlicht, the issue is, none of the tutorials work with LTE, cause half of the loading classes are not present. |
|
Back to top |
|
 |
|