Announcement

Collapse
No announcement yet.

How is Mono worse than other projects that implement Microsoft technologies?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #71
    Originally posted by elanthis View Post
    Mono allows compatibility with a variety of Windows apps that otherwise we could not run, the same way that other cross-platform language runtimes do.
    Such as? I'm unfamiliar with any practical use of Mono in my daily computing life, but I never claimed to know everything. Can you give some examples?

    C# offers many of the advantages of Java and had a Free implementation long before Sun decided to release Java under the GPL.

    . . .

    Mono can be embedded as a scripting engine for applications. Used most famously, IMO, by Unity3D.
    Do you mean the same C# and Unity3D which (to my knowledge), don't work under Linux as of this writing?

    Comment


    • #72
      Originally posted by elanthis View Post
      Not true. Mono is faster than Python, Ruby, Perl, and the other bazillion interpreted FOSS languages that many non-trivial parts of the modern Linux desktop are all written in ...
      Well comparing a compiled language like Mono against interpreted languages is anything but a fair comparison, and those 'non-trivial' parts where interpreted languages are used are all areas where performance doesn't matter, particularly since whenever speed is needed these languages will call on native code.

      Originally posted by elanthis View Post
      C# is the only mainstream language aside from C/C++ that is actually capable of being used for high-end games, I might note. Java comes fairly close, but fails in a few minor areas.
      Hmmm define 'high-end' games, I'm unaware of any high-end, as in AAA or even AA style titles written in C#. On the other hand if we are to compare C# vs Java then the Java title Minecraft sweeps the floor with anything done in C# in terms of sales and overall impact I'm sure.

      What this proves however is that you do not need a super fast language to create a great game, as great games really aren't about pushing as many polygons as possible or having the greatest texture antialiasing, the realization of this is what the indie games sector is now reaping the benefits from. You can certainly create great games in Python, Ruby, Lua <insert your favourite language here> since they can all have a native code library and hardware accelerated graphics do the heavy lifting these days.

      If however you do need to get every last cycle out of the machine then you will turn to C/C++ and possibly assembly for particularly critical parts.

      Originally posted by elanthis View Post
      As in, Oracle actually does sue people over Java patents while Microsoft so far has not?
      Isn't it copyright on API's (insane!) at this stage? Meanwhile Microsoft is running around suing companies for using long filenames, sure as hell rather have nothing to do with anything originating from that company but each to his own.

      Originally posted by elanthis View Post
      This has been largely corrected in the most recent Mono releases, which have switched from the Boehm GC (popular in many languages) to a new, custom, high-performance GC.
      Interesting, I was surprised to see Go beating Mono from day one given that Go is such a new language with an admitted poor naive gc, perhaps Mono will stand up better in upcoming benchmarks with this new GC.

      I wish the Mono devs the best in their endeavours as a cross-platform game development solution, Miguel and his team certainly love C# and I wish upon everyone the chance of making a living out of working on things they love to do.

      Comment


      • #73
        Originally posted by XorEaxEax View Post
        Hmmm define 'high-end' games, I'm unaware of any high-end, as in AAA or even AA style titles written in C#. On the other hand if we are to compare C# vs Java then the Java title Minecraft sweeps the floor with anything done in C# in terms of sales and overall impact I'm sure.
        Magicka, Schizoid, and Terraria (apparently) use XNA. Those are relatively successful. A wide arrange of Xbox Live Arcade uses XNA. I don't think anything "high-end" is done in anything other than C/C++.

        Minecraft is not a very good example for Java (and is definitely not high-end). It would probably run a lot better if it was written in a faster language. But as a Java example I'd say Runescape is much more polished and stable than Minecraft, and is considered pretty successful. Whether or not I like the game is a completely different story, but I give Jagex a lot of credit.

        Comment


        • #74
          Originally posted by fuzz View Post
          Minecraft is not a very good example for Java (and is definitely not high-end).
          Certainly not high-end, but still a good example for Java as the game is extremely successful for an indie game.

          Originally posted by fuzz View Post
          It would probably run a lot better if it was written in a faster language.
          Of course, but the comparative 'slowness' of Java doesn't seem to have hampered it's popularity. Which in turn is likely due to people simply thinking the game 'idea' is so good that the the relatively poor graphics by todays standards doesn't matter.

          Personally I applaud the idea of gameplay being the first and foremost focus of game development, that doesn't mean that there's anything wrong with awesomely good-looking graphics but seriously looking at the so-called AAA-titles these days I see very little explorative/interesting gameplay while the only thing really moving forward is the quality of the graphics. I realize that the money at stake in these hollywood-style productions means there's vey little room to 'gamble' but maybe it's time rethink this model, particularly when pc/console gaming will be facing increased competition from the mobile space.

          Comment


          • #75
            Originally posted by BlackStar View Post
            So effing what?

            Wine is not covered by a community promise at all, so it's even worse - yet noone cares. I wonder why that is.
            I care. I don't do wine and I take every opportunity to discourage it.

            Comment


            • #76
              Originally posted by XorEaxEax View Post
              Hmmm define 'high-end' games, I'm unaware of any high-end, as in AAA or even AA style titles written in C#. On the other hand if we are to compare C# vs Java then the Java title Minecraft sweeps the floor with anything done in C# in terms of sales and overall impact I'm sure.
              The Sims 3.

              Comment


              • #77
                Originally posted by directhex View Post
                The Sims 3.
                Just parts of C# and compared to other high end C/C++ games it's nothing. Don't follow the Elanthis moron way, because you'll loose quickly.

                Comment


                • #78
                  Originally posted by kraftman View Post
                  Just parts of C# and compared to other high end C/C++ games it's nothing. Don't follow the Elanthis moron way, because you'll loose quickly.
                  Sigh.

                  Games are almost never written in one language. You have a graphics engine, a physics engine, AI, sound, scripting, etc.

                  In almost all cases, the graphics engine is C or C++. Nobody denies that.

                  However, in almost all cases, the scripting engine is NOT C or C++, because that makes game development much harder and more expensive, by requiring your artists and designers to also be programmers.

                  Instead, scripting engines are usually something more user-friendly. Lua is a popular choice. UnrealEngine has its own language, UnrealScript. Civilization 4 used Python.

                  And now, developers are starting to use C# - specifically Mono, not Microsoft.NET, for scripting (and sometimes more).

                  The Sims 3 is probably the biggest deployment of Mono as a core game engine component, but there are others which are famous, such as Second Life (whose performance when moving from their in-house LSL scripting engine to Mono went up by dozens of times). Or Unity3D, which is the most popular game engine for mobile game development, and is also powering new Linux ports of games like Wasteland 2. Even Crytek's CryEngine recently gained the option to use Mono for scripting, to the cheers of developers.

                  Comment


                  • #79
                    It doesn't actually matter what is written in C#. It's just a programming language. The core issue is the MS-centric .NET framework and its fake portability.

                    Comment

                    Working...
                    X