this post was submitted on 01 Apr 2024
672 points (96.2% liked)

Gaming

19732 readers
49 users here now

Sub for any gaming related content!

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 5 months ago (13 children)

In what world is c++ better for cross platform than Java?

[–] [email protected] 5 points 5 months ago (7 children)
[–] [email protected] 1 points 5 months ago (6 children)

What's that got to do with making things cross platform? Java programs only need to run in a Java runtime environment of which there's one for basically everything. If you make something that runs in a JRE, it'll be able to run on any device with a JRE that's up to date for it.

[–] [email protected] 4 points 5 months ago

given how many targets are supported by llvm there's really little difference in cross platform support asides from building artifacts for the specific target platform. wrapping package delivery in a package manager removes the additional complexity to the end user.

load more comments (5 replies)
load more comments (5 replies)
load more comments (10 replies)