-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faketorio blocks default UI rendering #41
Comments
As Faketorio is "one command" it blocks normal UI rendering. Hence every action is invisible to the user. It would be cool to be able to see the actions. |
According to https://forums.factorio.com/viewtopic.php?f=25&t=63177&p=384857#p384857 Factorio draws the UI per tick. This means we have to break up the different scenarios/featues, create a scheduler and react to tick events instead of doing everything in one go... |
The interesting question is how the renderer actually works.. |
Especially for longer running testsuites it would be cool to see the errors on the fly and not just only after the testrun is complete.
The text was updated successfully, but these errors were encountered: