getnamo / NodeJs-Unreal

Embed node.js as an Unreal Engine plugin.
MIT License
239 stars 34 forks source link

Possibility of using React ? #24

Open krilly opened 3 years ago

krilly commented 3 years ago

Could this plugin, maybe coupled with BLUI, enable me to implement my UI using Reactjs ?

getnamo commented 3 years ago

You'll likely only need BLUI which includes its own v8 chromium build. If you need something hosting your webpage content, you could in theory do that using this plugin to include the node runtime, but a general webserver should work for that purpose.

You might also want to check out ReactUMG using unreal.js https://github.com/ncsoft/React-UMG, which is react native like renderer for unreal.