Announcement

Collapse
No announcement yet.

Skylane: A Wayland Implementation In Rust, Part of Perceptia Project

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

  • #11
    Originally posted by Las_ View Post
    So why should I use this instead of sway?
    Because Rust is a highly concurrent language. So it MAY perform better.
    In my personal experience working with multi threading (in C#), it also makes the code a bit harder to follow in some scenarios.
    Last edited by Zeioth; 04 May 2017, 12:17 PM.

    Comment


    • #12
      Wayland in rust? Beat that for perfect phoronix clickbait!

      Comment


      • #13
        Any chance this could make its way into redox?

        Comment


        • #14
          Originally posted by Zeioth View Post

          Because Rust is a highly concurrent language. So it MAY perform better.
          In my personal experience working with multi threading (in C#), it also makes the code a bit harder to follow in some scenarios.
          Rust is also nice because it removes bad pointers and by default ensures memory safety. This is nice for users because it means less crashes and bugs for things written in pure rust. Unless you have no idea how to manage memory and turn the default off or if you are intentionally subverting your program. The later is unlikely(unless you're mozilla) the earlier is possible but not going to be common because defaults.

          Comment


          • #15
            Originally posted by planetguy View Post
            A bit off topic, but does anyone know an Openbox clone for Wayland?
            +1

            I'm with Openbox in Antergos and Manjaro. Openbox is the best for me.

            Comment


            • #16
              Originally posted by danboid View Post
              Wayland in rust? Beat that for perfect phoronix clickbait!
              AMDGPU-PRO open-sources new Vulkan implementation written in Rust and publishes it to Mesa!

              Comment


              • #17
                Originally posted by flubba86 View Post

                AMDGPU-PRO open-sources new Vulkan implementation written in Rust and publishes it to Mesa!
                I'll see that and raise you a "SystemD, Mesa rewritten in Rust, ported to BeOS reimplementation HaikuOS"

                Comment


                • #18
                  GCC 8.0 gets rewritten in Rust.

                  Comment


                  • #19
                    planetguy, rudregues, perceptia's main goal is to be good for power users but new-commer-friendly at the same time so its default configuration will probably be very similar to Openbox. See the bug #1:

                    Tiling window managers despite being very configurable and by automatically managing windows doing much work for user helping him move around windows making work much more productive are not the mo...


                    Feel free to open issue and describe features from Openbox you would like to see in perceptia here:

                    Dynamic window manager with support for Wayland. Contribute to perceptia/perceptia development by creating an account on GitHub.

                    Comment


                    • #20
                      Originally posted by hussam View Post
                      GCC 8.0 gets rewritten in Rust.
                      That would be awesome!

                      Comment

                      Working...
                      X