Skip to content

zTomz/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

This repository implements the Conway’s Game of Life. I will use this to learn about Flutter performance optimizations.

Performance

Settings
  • Not the best benchmark, I just create the list, then draw a bit and make some evolutions.
const int kCellCount = 10000;
const int kMaxCellsPerRow = 80;
Results
  • Initial commit:

    • Average: 11 FPS
    • Coding time: Around 1 hour
  • Multithreaded game setup:

    • Average: 16 FPS
    • Coding time: 35 minutes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors