Slashdot Mirror


Company Seeks To Boost Linux Game Development With 3D Engine Giveaway

binstream writes "To support Linux game development, Unigine Corp. announced a competition: it will give a free license for its Unigine engine to a seasoned team willing to work on a native Linux game. The company has been Linux-friendly from the very start; it released advanced GPU benchmarks (Heaven, Tropics, Sanctuary) for Linux before and is working on the OilRush strategy game that supports Linux as well."

7 of 140 comments (clear)

  1. What surprises me... by fuzzyfuzzyfungus · · Score: 5, Interesting

    What I find curious about the general poverty of the linux gaming scene is how the prerequisite elements that do exist seem to have come together much less well than I would have expected, even as, in other areas, the prerequisite elements come together better than I would expect.

    A lot of effort gets dumped into Linux and the software ecosystem that people generally mean when they say "linux"(gnome, KDE, prominent programs for both, etc.) A fair percentage of it is paid for(kernel work that makes it more suitable for vendor X's servers and vendor Y's embedded platforms, some Freedesktop consortium stuff, etc.); but much of it is purely voluntary, even the sort of thing that corporations might shy away from under the advice of their lawyers(swift reverse-engineering of iPod and MTP syncing, that one French physicist who single-handedly built support for about a bazillion pre-UVC webcams, etc.).

    Similarly, a lot of purely voluntary effort gets dumped into the modding scene. On occasion, a very prominent and successful mod team gets snapped up and goes pro; but that is a sucker's bet. There is a lot of hard, sometimes tedious, modding/art/game balance work going on around commercial games purely voluntarily.

    On the Linux side, support for cutting-edge, just-released games and engines is rather sparse; but there are a number of fully free engines and generic asset packs that have been kicking around for a while. All of ID's older engine properties have been cleaned up and open-ified, some from-scratch engines have as well, as well as a few other scratch developed or commercially abandoned projects.

    There exist the engines(not cutting edge; but adequate enough for reasonably pretty graphics), there exists a talent pool, as proven by the modders, and their exists a reasonable amount of volunteerism and paid-for-by-people-unconcerned-by-free-riders paid work in the linux ecosystem generally. Why does that so seldom come together on the Linux side? Are the modding tools with contemporary-release proprietary games just that superior to the tools available to the freed engines? Is the mass of potential gamers to turn into modders just that much larger on Windows? Something else?

  2. A nice gesture by somenickname · · Score: 5, Interesting

    This is a nice gesture but, I don't really see it jump starting linux game development. I don't think linux will be considered a viable gaming market until a gigantic name like Blizzard starts releasing native linux clients. In fact, I think Blizzard could single handedly make linux a gaming platform. They already release OpenGL versions for the Mac so technologically, they are a short hop from a linux client rather than a giant leap. I wonder if thousands of e-mails to release Diablo 3 with a native linux client would be enough to persuade them to do it.

    1. Re:A nice gesture by Enderandrew · · Score: 4, Interesting

      World of Warcraft and many of their games run fine on Wine already. Eve Online officially supported their game in Linux for a while, and that was just Wine + their Client bundled together. If Blizzard officially recognized and supported their clients on Wine, that alone would be a huge win for Linux.

      And if Google is really pushing for greater success of Linux, helping advance Wine would help them.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    2. Re:A nice gesture by gman003 · · Score: 3, Interesting

      Valve is another company that could do it. Importantly, they're currently porting all their major games to the Mac, which is a very good halfway point for porting to Linux. More importantly, they've been releasing Linux ports of their dedicated server software - no renderer or client software, meaning you can't actually play it, but that means a good chunk of the code is already there. Most importantly, though, Valve is pretty much in control of digital distribution, which is the ONLY way commercial games are going to come to Linux (many shops don't even stock Windows games anymore, let alone Linux) - and their current push onto the Mac is causing other companies to port there as well.

      Looking through my current Steam gamelist, I see 20-odd games that already have Linux ports, and another 30 or so that could be ported with less effort than normal. Now, not all of them are guaranteed to get a port - but even if half of them do, that's enough for 35 games on launch day, probably more (I used my "purchased games" list instead of the full "all games on Steam" list). That's enough for a pretty good launch, which would probably push other developers to either release ports, or hire someone to port it.

  3. Re:wonderbar.... by LingNoi · · Score: 5, Interesting

    Please hell no. If windows is an example of doing this right then I don't want it. The ABI for windows hasn't changed in 20 years and it's horrible riddled with bugs and simply a PoS. All one has to do is look at how lame their visual c++ compiler is because it has to compile down for their archaic abi to realise that's not the way to go.

  4. Re:meh by kayoshiii · · Score: 3, Interesting

    Please point me to a GPL game engine that supports DirectX11/OpenGL4 features.

  5. Re:wonderbar.... by kayoshiii · · Score: 3, Interesting

    I use Unigine on Linux at work. Everybody else uses it on Windows. OpenGL performance is slightly faster on Linux than Windows but DirectX11 runs a bit faster than OpenGL/Linux I think this is down to DirectX11 multi-threading better thus the CPU becoming less of a bottleneck.
    This is with the nVidia drivers.

    Unigine is really targeted at DirectX10+ class hardware and is one of the first engines to support new DirectX11/OpenGL 4 features. Our most recent project involves perhaps 100kms of Railway track with animated crowds of people and thousands of animated cars. We have it running on about as fast a systems as you can get. But we don't do optimisation either unless we have to.

    Unigine is really good at cross compatible too. All the tools are equally available on Windows/Linux and almost all the code I write under Linux will work the same on Windows.