xFonzie / cellular-artificial-life

A simulation of artificial life using cellular automata and neural networks
MIT License
2 stars 0 forks source link

Optimize calculations #27

Open Zener085 opened 1 year ago

Zener085 commented 1 year ago

The game is becoming slow after some seconds. The task is to optimize the code to make the game faster.

xFonzie commented 1 year ago

I guess to optimize calculations, we need to rewrite graphical part with openGL shaders.

Zener085 commented 1 year ago

After adding light vision the game became slower due to rewriting draw method in Board class