from my knowledge most emulators are programmed in C++ and then they port the code, as for lua I believe its more used for basic homebrew games.
| | |
| |
Hey. I just heard of a language called lua. Can you code emulators for psp with it? I've heard great things about gaming with this. They even say you can design games like world of warcraft with it. Any comments from coders with this? I'm trying to do research on this. Any help would be appreciated. Thanks, Alterdimension
from my knowledge most emulators are programmed in C++ and then they port the code, as for lua I believe its more used for basic homebrew games.




in your opinion, which of the two would be best learned? C++ or Lua? I would think that lua is the way of the future. What do you think? which of the two would be worth learning?
C++ in my view..... it is harder to learn but you can make almost anything with it. and dont expect to learn in one day..... it takes time to learn a high level programming language but if your focused and motivated, then go for it.
LUA is defiantly NOT the programming language of the future..it is very simple and unless your bored I don't recommend learning it since it is VERY limited in what it can do.
Then the best thing to learn would be c++ to port and make video games incuding psp emulators. Right?
Okay...
Lua is a Low-Level Language. This means you must run it inside of a pre-compiled enviorment. In laymens terms: You are making an addition to a pre-existing application. Any games made in lua must be run by another program.
Originally Posted by ME
C++ is a Mid-level language. It is run directly on the CPU. It is independent of everything except the CPU.Originally Posted by ME
By rules of logic, anything programmed in lua does not get directly processed by the CPU, thus is not a program in itself. Whereas anything made in C++ is directly processed by the CPU, thus it is always a program in itself.(Exception being modules, but those are technically still independent, and you don't need to know what they are anyway)
This whole post was typed by memory, so some may be a little off, but the basis is from the first 5 pages of [C++: A Complete Reference; By Herbert sumin-or-rather](VERY good book for learning C++, Herbert is an excellent writer for a text-book-writer.)
NOTE: I am so proud of this post, I have shed a tear.
Last edited by Suitch; 06-03-2010 at 06:47 AM.
| « HELP --> Running UMD ISO causes my PSP to turn off. | Transforming gamesaves » |