Linux x64 beta


Good news! I've managed most of the hard work involved in getting a Linux x64 version built.

Unfortunately, some features are unavailable on Linux at the current point:

  • Spout2 only works on windows.
  • Transparency is not available yet. Transparent windows are seemingly impossible to create with SFML, which means my only option is to try to modify SFML's XWindow after it's been created and turn it transparent. I've been trying every trick in the book but it does not want to do it. If anyone wants to look at the source code and have a go, be my guest.
  • "Always on top" was unreliable and has been removed on Linux. You can use your system's window manager to pin it to the top instead.

Hopefully this is useful to some of you, sorry it couldn't be entirely matching the windows version yet.

I've marked this as a beta release because I only have a Linux VM to test in, so there may be discrepancies between my own testing and what you see on a real machine.

Please put any bugs related to the Linux release in this comment section, not the main bug thread. Thanks!

Files

rahituber-linux-beta-x64.zip 6.4 MB
Version 11.43 3 days ago

Get RahiTuber

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

(+1)

Thanks so much for making a Linux version, it's working great for me so far!

It detects keys while out of focus normally, so my previous workaround using xdotool to pass virtual keypresses to the Windows version running through Wine isn't needed anymore.

I did have to convert the filepaths in my avatar's xml file to Unix format, but that was easy enough to accomplish with a few sed commands. Migration was seamless otherwise!

Excellent, I'm glad to hear it! Thanks!