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."

2 of 140 comments (clear)

  1. Re:wonderbar.... by walshy007 · · Score: 5, Informative

    Provide a stable binary interface,

    This is wrong on so many levels in linux land.

    For starters, unlike windows land, in linux drivers tend to have common things that many drivers need put into modules and re-used. For example the mac80211 stack. In this example all the actual card drivers have to do is basically tell the kernel where the registers are and what they do and bam, working wifi.

    Bug fixes in used modules fix bugs in all things that use it. Code re-use to the extreme.

    It also helps with portability, can you run your nvidia binary driver on mips? Hell no, could you run neauvou which exposes the hardware through gallium and uses GEM etc.

    As long as the drivers need to be rewritten every few months because the kernel was changed (often for no other reason than to break compatibility), linux will have crummy drivers.

    Linux by far has the most in-built driver support of any operating system that has ever existed. To call it crappy is a bit of a farce.

    All hardware vendors need to do is give a kernel dev specs and a driver which will be indefinitely supported is created. I can still use a tv tuner card from 2001 on my machine now, could you do the same with windows 7?

    Having a stable ABI limits improvements to the kernel, and loses a great deal of flexibility and usefulness. So really, screw that. If you 'want' a stable ABI, it is a good sign you are doing it wrong anyway.

  2. Re:Bleak future of PC gaming? by Tromad · · Score: 5, Informative

    Support for the notion that PC gaming is dying: Civilization V, Spore, Supreme Commander 2, Dragon Age 2 (maybe). All dumbed-down versions of their predecessors. The current selection of PC games at retail stores. The trend of UI for PC games. Mandatory online DRM for single player games. Lack of innovation in the past decade/consolidation of genres. Games run like shit even on modern PCs. "Ship now, patch later". Shift towards netbooks/phones/tablets.

    Support against the notion that PC gaming is dying: Steam holiday sales (AAA titles for poverty prices), wide-berth of indie games, probably more AAA titles released per year now more than ever, digital downloads, nearly the entire back catalog of PC games available to play (GOG) on modern hardware. Integrated graphics are good enough to play games from several years ago on minimal settings.

    Regardless of where you stand on the issue, one thing is for certain: PC gaming is definitely not like it used to be.