Create renderer in simulation.setup() #48
Labels
post-freeze
Nice, small features we can add without changing the code significantly.
refactoring
code is working but could benefit from refactoring or extraction
I noticed we are executing the following line in our
dawn.js
:decoratedRenderer.createRender(decoratedEngine.matterEngine());
Perhaps this is something we should do in the
Simulation.setup()
method? What do people think?The text was updated successfully, but these errors were encountered: