Y
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
k__
3646 days ago
Rust ia drop-in-C I think.
So you could probably write your Unreal Engine game in Rust.
link
steveklabnik
3646 days ago
A while back, someone made a proof of concept Unreal plugin:
https://github.com/shadowmint/ue4-static-plugin/
link
So you could probably write your Unreal Engine game in Rust.