Hacker News new | ask | show | jobs
by stcredzero 3646 days ago
Rust seems to be going very good things. Are there tools for translating C++ to Rust? Maybe the translation of an old game engine could be used to bootstrap a Rust game engine?
1 comments

Rust ia drop-in-C I think.

So you could probably write your Unreal Engine game in Rust.

A while back, someone made a proof of concept Unreal plugin: https://github.com/shadowmint/ue4-static-plugin/