FUE5 icon indicating copy to clipboard operation
FUE5 copied to clipboard

Proof-of-concept realtime Factorio rendering

Open Dimava opened this issue 2 years ago • 1 comments

If you configure Exporter mod to write to stdout the current serialized state of a chunk player is on every second, and configure FUE5 to use this data to regulary update entity states, you can make FUE5 act as an actual game renderer

Dimava avatar May 12 '23 15:05 Dimava

We thought about that but it would require very large rewrites of parsing code so in the end we decided for FUE to be a once time export/import instead of continuous updates. If we decide to implement FUE as a running game renderer there are much more effective ways of actually doing it and all of them all quite hard to do.

Atria1234 avatar May 13 '23 04:05 Atria1234