jenniferemshepherd / dawn

procedurally generated socio-genetic simulation
2 stars 1 forks source link

Create renderer in simulation.setup() #48

Open rcvink opened 6 years ago

rcvink commented 6 years ago

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?