Linux x64 beta
RahiTuber » Devlog
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
RahiTuber
A lightweight yet highly customisable pngtuber app
Status | In development |
Category | Tool |
Author | rahisaurus |
Tags | avatar, giftuber, pngtuber, Streaming, toontuber, vtuber |
Languages | English |
More posts
- Update 2024-10-229 days ago
- Update 2024-10-1417 days ago
- Update 2024-10-0922 days ago
- Bugfix 2023-10-0427 days ago
- Update 2024-09-2734 days ago
- Update 2024-09-2635 days ago
- Update 2024-08-27: Layers improvements!65 days ago
- Update 2024-08-2369 days ago
- Bugfix 2024-08-1181 days ago
Comments
Log in with itch.io to leave a comment.
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!