Join Slack
Powered by
I was thinking about doing it like `render { … }` ...
# gamedev
o
orangy
10/21/2018, 11:48 AM
I was thinking about doing it like
render { … }
function instead of
nextFrame()
, this would encapsulate state even more, but then you likely will extract a render function (or several) anyway.
Open in Slack
Previous
Next