Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Latest Comments by aristorias
FNA dev and porter Ethan Lee stops future macOS ports, Linux to be their focus
5 Jan 2021 at 9:10 am UTC

With Rosetta2 they also can run x86 albeit one would assume that's slow. But probably still good enough for certain games.

Bloody Service is an 80’s slasher inspired FMV and a visual novel, expect lots of death
30 Dec 2020 at 10:12 am UTC

It always amazes me how well some developers can replicate the aged look of some ancient games :woot:
Not sure if my eyes could handle that without watering up. :dizzy:

FOSS game engine written in Rust 'Bevy' has a new release up
29 Dec 2020 at 4:35 pm UTC

Quoting: Shmerl@aristorias: all of that is pretty wrong, but if you want proper sources and not myths, go find what actual developers say. I wouldn't touch C for big projects if Rust is an option.
Listen, I've been doing professional software engineering for the past 20 years and I therefore know very well what I am talking about ;-). Do you? Or maybe you got a language barrier there, I can't tell.

FOSS game engine written in Rust 'Bevy' has a new release up
28 Dec 2020 at 9:24 am UTC

Quoting: Shmerl
Quoting: M@GOidI wonder if Rust led to some performance advantages or disadvantages, in comparison to C. I saw some people hell bent in making everything in Rust, regardless if it is the best tool for the job or not.
I've seen some saying that Rust can provide performance benefits that are hard to reach in C due to easier way of parallelizing things and avoiding race conditions bugs. Rust compiler can do some optimizations due to safety guarantees that C/C++ compilers can't.
Yes all these myths are being repeated on the internet over and over.
The only thing rust can avoid is one special case during multi-threading, the data race. Race conditions are still very well possible for rather obvious reasons. Parallelization still remains a non-trivial task that needs appropriate skills of a programmer.
Also, C is for sure not the "competitor" when we are talking about game engines. There is no speed or other advantage to be expected from Rust. The point of this language is rather to avoid common bugs that are memory management related.
If you want advanced memory control, Rust does not even allow you to do that in a reasonable fashion, so this convenience comes with a price..

Aerofly FS 2 Flight Simulator from IPACS is now available on Linux
24 Nov 2020 at 8:45 pm UTC

I remember back in the days when the first version was released, in the forums every mention oif Linux was shut down immediately.
I wonder if all smaller non-combat focused FS developers consider the windows market lost due to the almighty FS2020?

The classic Driver 2 has a new reverse engineered open source game engine
16 Nov 2020 at 4:05 pm UTC

Well, only really if the data structures and formats are known or closely based known formats, otherwise a huge amount of time will be wasted on reverse engineering that. I wonder how much they had to figure out without specifications.
Regarding asset creation, there seem to be a lot of highly talented freelancers out there (thinking of all the elder scroll mods) who would be capable of competing easily with high end titles. But why would a team like that not ask for money instead? ;-)

Microsoft Edge now available on Linux in Preview
21 Oct 2020 at 5:02 pm UTC

Quoting: g000hFinally we're here - The Year of the Linux Desktop. Microsoft have finally realised and they're porting their main applications ready for the transition.
Call me paranoid, but I am not entirely sure what the actual strategy behind this is and if it's desirable ...

bpytop might be the freaking-coolest way to monitor your Linux system
15 Oct 2020 at 5:31 pm UTC Likes: 1

These fancy terminal applications eat up an non insignificant amount of CPU resources and don't do much more than ugly ones besides looking pretty.
Maybe it's time to invent a new way to draw in terminals...

Total War: Three Kingdoms gets mod support, Reign of Blood DLC and 1.1 patch now out for Linux
5 Jul 2019 at 2:18 pm UTC

I would not only buy it to support Feral but also to enjoy it. But seriously. 53$ without DLCs and this is the sale price? But this seems to be how it is today if I look at Skylines or Stellaris ...
I'm not willing to jump on that train.

Valve show off their new Steam Library design and a new Events page
21 Mar 2019 at 9:57 pm UTC Likes: 1

Quoting: Boldos
Quoting: aristoriasCan the app finally support HiDPI? It is a real pain to use that thing on a 4K monitor ...
Steam client can scale it's GUI on 4K currently.
Oh indeed. It's not enabled by default. Thanks for making me check