Skip to content

🧫 Experiments in performance with Conways Game of Life. The plan being is to do a talk on this. Demonstrating the move from readable code to performance code.

Notifications You must be signed in to change notification settings

andy-polhill/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

  • No libraries
  • No tests

Just coding for a bit of fun.

Somewhere in here there is a talk on JavaScript performance. The plan being to write a nice readable version of Conways which generally has a lower frame rate. Then slowly iterate commit by commit into a really quick but non-readable version.

Hope to fnd the time for it some day!

TODO

  • Diameter calc puts some nodes of canvas
  • Seperate timing loop 30FPS

About

🧫 Experiments in performance with Conways Game of Life. The plan being is to do a talk on this. Demonstrating the move from readable code to performance code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages