logoalt Hacker News

cedillayesterday at 8:32 PM2 repliesview on HN

There are a few exceptions though, like most mobile games, visual novels (many of which use Python of all languages, due to an excellent framework called ren'py), and of course games written using Unity or XNA, which use .NET languages.

Also, three decades is going a bit too far back, I think. In the mid nineties, C was still king, with assembly still hanging on. C++ was just one of several promising candidates, with some brave souls even trying Java.


Replies

pjmlpyesterday at 8:35 PM

In J2ME feature phones Java was all there was, and even today many indies do use it on casual titles on Android.

Which is why after so much resistance not wanting to use the NDK for Vulkan, and keeping using OpenGL ES from those devs, Google is bringing WebGPU to Java and Kotlin devs on Android.

Announced at last Vulkanised, there is already an alpha version available, and they should talk more about it on upcoming Vulkanised.

jiggawattsyesterday at 9:40 PM

> Also, three decades is going a bit too far back

My memory was wrong: I was thinking of the Quake 1 engine, but I just looked it up and it’s C with some assembly code, no C++. The reason I remember it being C++ was because Visual C++ was the compiler tooling required on Windows.