moving to codeberg

This commit is contained in:
2025-11-13 19:50:36 +01:00
parent a115db60f6
commit 0989fdb3cc
10 changed files with 153 additions and 19 deletions

View File

@@ -11,8 +11,8 @@
- try arche ecs variant with either a component of the cells neighbors or using relations.
- https://mattnakama.com/blog/go-branchless-coding/
- add performance measurements, see:
DrawTriangles: https://github.com/TLINDEN/testgol
WritePixels: https://github.com/TLINDEN/testgol/tree/wrpixels
DrawTriangles: https://codeberg.org/scip/testgol
WritePixels: https://codeberg.org/scip/testgol/tree/wrpixels
https://www.tasnimzotder.com/blog/optimizing-game-of-life-algorithm
- pre-draw the grid separately to a cache grid image, then during
rendering, first draw the dead background, then the life cells, and