Announcement

Collapse
No announcement yet.

A New Game Ported To Run On Wayland/Weston

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

  • DDF420
    replied
    A question if i may ...............
    GTK+ has been built with Wayland and X11 support. Wayland has xwayland for say running older GTK X11 apps. So my question is will folk now using GTK+ have to choose between wayland and X when building apps with the GTK+ toolkit ? will an app built today with GTK/wayland still work on distros sticking with X ? How does that part work?

    Leave a comment:


  • Chewi
    replied
    Originally posted by GreatEmerald View Post
    Really, SDL 1 will also be able to run on Wayland? Does that mean that UT2004 will run natively on Wayland, too?
    I don't see why not, if it doesn't depend on any X stuff. I just checked the original UT, no X stuff in sight! This could be good news, getting it to run on modern systems is a bit hit and miss at the moment.

    Code:
    # readelf -d /opt/unreal-tournament/System/ut-bin /opt/unreal-tournament/System/*.so | fgrep NEEDED | sort -u
     0x00000001 (NEEDED)                     Shared library: [Core.so]
     0x00000001 (NEEDED)                     Shared library: [Engine.so]
     0x00000001 (NEEDED)                     Shared library: [libc.so.6]
     0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
     0x00000001 (NEEDED)                     Shared library: [libglide.so.2]
     0x00000001 (NEEDED)                     Shared library: [libmikmod.so.2]
     0x00000001 (NEEDED)                     Shared library: [libm.so.6]
     0x00000001 (NEEDED)                     Shared library: [libnsl.so.1]
     0x00000001 (NEEDED)                     Shared library: [libopenal-0.0.so]
     0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
     0x00000001 (NEEDED)                     Shared library: [libSDL-1.2.so.0]
     0x00000001 (NEEDED)                     Shared library: [Render.so]

    Leave a comment:


  • dee.
    replied
    Originally posted by GreatEmerald View Post
    Yea, I'll have to port Arcomage Clone to SDL2 at some point as well.



    Really, SDL 1 will also be able to run on Wayland? Does that mean that UT2004 will run natively on Wayland, too?
    Well that's what I heard, anyway, not sure if it's correct.

    Leave a comment:


  • GreatEmerald
    replied
    Yea, I'll have to port Arcomage Clone to SDL2 at some point as well.

    Originally posted by dee. View Post
    Quite right. Only the latest toolkits (GTK+3, Qt5, EFL) will be ported to Wayland. Old toolkits, which many programs still depend on (GTK+2, Qt4, and such) will have to run via XWayland. Exception is SDL which will probably gain Wayland support in both SDL and SDL2.
    Really, SDL 1 will also be able to run on Wayland? Does that mean that UT2004 will run natively on Wayland, too?

    Leave a comment:


  • dee.
    replied
    Originally posted by garegin View Post
    i though its just a matter of pressing poop on the compile button and the new gtk/qt will take care of everything. i don't buy that. it'll probably be an arduous journey in porting many x11 apps, especially since most FOSS projects are basically in penury.
    Quite right. Only the latest toolkits (GTK+3, Qt5, EFL) will be ported to Wayland. Old toolkits, which many programs still depend on (GTK+2, Qt4, and such) will have to run via XWayland. Exception is SDL which will probably gain Wayland support in both SDL and SDL2.

    Programs that do not use the Wayland-native toolkits will have to be either ported to another toolkit, or run on XWayland. The difficulties are for programs that use no toolkits at all and speak directly to X11, which have to be rewritten to speak the Wayland protocol instead.

    Of course, Mir (needlessly) complicates things even further...

    Leave a comment:


  • Chewi
    replied
    Aaah Neverball. I wasted so many hours on you. Finished every damn level but the last... and then 1.5 came along, which totally changed the level categories and reset my progress.

    Leave a comment:


  • Ericg
    replied
    Originally posted by CrvenaZvezda View Post
    So, when will AMD support Wayland?
    Given the speed AMD moves at? Loooooooong time lol. Radeon's got support now though :P

    Leave a comment:


  • CrvenaZvezda
    replied
    So, when will AMD support Wayland?

    Leave a comment:


  • jayrulez
    replied
    Originally posted by garegin View Post
    i though its just a matter of pressing poop on the compile button and the new gtk/qt will take care of everything. i don't buy that. it'll probably be an arduous journey in porting many x11 apps, especially since most FOSS projects are basically in penury.
    It depends on how your application is written. If you use x11 apis directly then of course your porting would be more tedious than if you strictly use say GTK+, Qt, EFL etc... As long the abstraction layer/toolkit you use supports Wayland then you shouldn't have any Wayland issues to worry about when porting. Of course you will need to update your application to work with the version of the toolkit that supports Wayland.

    Leave a comment:


  • garegin
    replied
    i though its just a matter of pressing poop on the compile button and the new gtk/qt will take care of everything. i don't buy that. it'll probably be an arduous journey in porting many x11 apps, especially since most FOSS projects are basically in penury.

    Leave a comment:

Working...
X