|
#511
|
||||
|
||||
![]() Quote:
Also, Dolphin has a very big userbase and is in very active development, unlike the N64 scene that is very fragmented and stagnant nowadays. EDIT: Now that we are talking about C++, what kind of uses could you give to it? In other words, what advantages has C++ over plain C, and in what cases can/should we use it over plain C? There should be a reason to justify the added bloat in C++, although more or newer doesn't always equals better. I know that C is better for low level programming but why some people prefer using C++ over C and vice versa? I've heard that C is easier to learn and read than C++. But also I've heard that the other way around. ![]() May sound noobish to ask this, is just that I'm not very instructed in the programming world. I've already read some articles that talk about the main differences but I'd like to know your opinion on this topic. EDIT 2: I've found this link covering this topic http://stackoverflow.com/questions/4...y-use-c-over-c Last edited by oddMLan; 19th May 2014 at 07:46 PM. |
#512
|
||||
|
||||
![]()
I may just give up on updating the plugin spec... No matter what I try, it just doesn't work
![]() Quote:
Edit: The main reason imo to pick C++ over C are the extra features, libraries, and the opportunity to do Object oriented programming. Basically you sacrifice performance / size, for extra "convenience" in programming. Sure maybe some of the C++ libs are actually good, but usually C alone is good enough. Last edited by RPGMaster; 19th May 2014 at 07:54 PM. |
#513
|
||||
|
||||
![]() Quote:
Quote:
I wish more people were interested in developing for the N64 scene but not as fragmented as it is today, that wouldn't work effectively IMO. Some people want to develop for PJ64 1.6, other for PJ64 2.1, other for 1964, other for CEN64, some want to develop for X or Y plugin but at the same time someone is making a Z plugin. Meanwhile the Mupen64++ team made some fixes to the recompiler code and made a fork of XYZ plugin with some improvements. You get my point, I hope. I wish N64 development learned something from Dolphin, and that is that we should get rid of the plugin system altogether and improve upon a consolidated base. Currently Gonetz is remaking Glide64 into an OpenGL plugin that is not dependent on unnecessary wrappers and cumbersome hacks, which I'm looking forward to. You can look the development progress here. Amusingly, he didn't use Glide64 as its base, instead he used Orkin's gl64. Quote:
![]() Last edited by oddMLan; 20th May 2014 at 01:45 AM. |
#514
|
||||
|
||||
![]()
I'll admit it wasn't an up to date build. I actually like the plugin system. As others have mentioned before, it allows programmers to focus on specific tasks. This would not matter so much if everything was all open source to begin with. Take Nemu64 for example. Its development stopped around 10 years ago, yet it still has nice features (I love its debugger). I can replace their outdated video plugin with jabo or rice video. It's very nice when you have to deal with closed source software.
I actually don't mind that people work on their own stuff. It's inevitable that different people will want different things. Some people want to run emulator on a toaster, others want some pixel & cycle accurate emulator and don't care about running at 6 fps. It is a mess how people are working on different versions of the same original code though. It can't be helped when later versions have flaws that previous ones didn't have. Even though everything is scattered, a dedicated programmer can actually benefit from this. I can look at various emulators to get a greater understanding of how things work. There are a few advantages of C that I forgot to mention. One of them is that it's easier to export C code into libs and I think also dlls (not 100% sure on this one). Also the code is arguably a lot more readable. Hmm well idk what to do about graphics then. I really want to run relatively accurate hle plugin. Glide is good, but I'd want it to be faster. Hmm, maybe I'll compile glide and profile it. Fortunately, I'm pretty sure Glide is a #1.3 spec, so i don't have to worry about plugin compatibility. I think Glide is better than gl64, unless I'm using an outdated version lol. Sure maybe occasionally C++ will beat C, but usually C > C++. Don't let people fool you. Anytime someone says something questionable, don't just take their word for it. One common thing I see on stackoverflow are stupid comments like "you can't beat your compiler" or "leave it to your compiler", and they also seem to hate on optimizing code even though optimized code generally = cleaner code lol... Some even went as far as to say assembly is obsolete... At the end of the day, you should use whatever works best for you. If you're even the least bit interested in emulator development, I recommend you give it a shot, provided you're not too busy irl. You might find this type of work enjoyable. |
#515
|
||||
|
||||
![]() Quote:
People always end up getting so pissed off at each other. Who wrote the best RDP plugin? Who was responsible for first writing feature X in plugin Y? My plugin is better than Z because X. I mean, just think about all the arguments in the N64 scene over the years... In theory, plugin development should lead to competitiveness. But in reality, it just leads to stagnation. Kinda like communism: great in theory, but doesn't work out so well in practice. ![]() |
#516
|
|||
|
|||
![]() Quote:
What i also dont understand is that for some emulators like PJ64 and 1964 older version work better than newer ones. Why where these good working parts not carried over to the newest version? I also dont understand why there is no source for some version. |
#517
|
||||
|
||||
![]() Quote:
Not only that, but zilmar has reworked the API and design entirely in 2.x, which is always going to result in a few issues cropping up. I'm currently rewriting CEN64 and experienced the same issue. Design is a lot cleaner, binary is smaller, things are faster, but there's still lingering issues after the migration. I would imagine something similar happened for 1964? Are the original authors even involved anymore? |
#518
|
||||
|
||||
![]()
Lol I guess I'm the only one who likes plugins
![]() This scene needs more no-lifers like myself ![]() Quote:
Quote:
|
#519
|
||||
|
||||
![]() Quote:
It has been a success compared to what would have happened if N64 never had a plugin spec. I don't think Dolphin getting rid of its plugin system has anything to do with how active or popular it is. I think it being just about the only emulator still in active development, for a system second only to the Wii's generation in newness for today's kids does. ![]() PJ64 wasn't meant to be open-source, just as good as if not better than Nemu64, which is closed-source. It was only open-sourced because zilmar was pressed by some of his teammates into releasing the code when he discontinued Project64 at version 1.4. After he decided he was finished with "Project64 1.7", his team rebelled against him for some understandable reasons, so only at Project64 2.0 was he finally alone, when for some reason he changed his mind and decided to start open-sourcing it again.
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#520
|
||||
|
||||
![]() Quote:
As far as fantasist constructs abstracted away from the physical reality of any computer hardware, everything. That's basically what C++ is all about: Define a bunch of new high-level keywords, types, and objects before somebody else beats me to it and defines it their own way within the C language. Most of the inventor of C++'s reasoning for enforcing his C++ lang over C just come across as human-impulsive obsessiveness to me. I guess his more polite comment, was that C and his C++ lang, should not be separate languages...there should be one unified language. Now, how the hell you want to interpret what he means by that (genocide C and keep only C++? fuse them both together into something even more bloated than C++ is?), he has left up to us I guess.
__________________
http://theoatmeal.com/comics/cat_vs_internet |