Hacker News new | ask | show | jobs
by jenadine 1046 days ago
Out of curiosity, what are these libraries that are missing equivalent in Rust?

Also, can you not use these libraries from Rust?

1 comments

Not the OP, however here goes a quick sample.

Anything related to HPC and HFT, CUDA, game engines (Unreal/CryEngine/Ogre3D/Godot vs Bevy), Qt/WinUI/MFC/VCL/FireMonkey/wxWidgets/KDE, COM/XPC/Binder, compiler frameworks (Graal/GCC/LLVM).

Yes, many of those could be used from Rust, some of them already are, provided there are bindings, then again it is the classical question if one wants to maintain bindings, or write the application they care about.