Skip to content

Releases: lloydmeta/gol-rs

0.1.14

17 Nov 11:48
531461d
Compare
Choose a tag to compare
Improve grid advancement perf by 10% by using safe methods

0.1.13

17 Nov 04:22
6840d20
Compare
Choose a tag to compare
After various Clippy suggestions

0.1.12 release

17 Nov 03:10
b76bd6c
Compare
Choose a tag to compare
Fixed up compilation, CI,  and release pipelines.

v0.1.11

04 Sep 06:43
Compare
Choose a tag to compare
tagged

v0.1.10

26 Aug 03:26
Compare
Choose a tag to compare
  • Bumps gfx, glutin, and clap.
  • Code updates according to ^

v0.1.9

25 Aug 12:42
Compare
Choose a tag to compare
Better optimised release profile

v0.1.8-gh-deploy

27 Jun 11:19
Compare
Choose a tag to compare
Deploy to Github

v0.1.8 release

21 Jun 09:34
Compare
Choose a tag to compare

Improve rendering by having it hold the lock for the shortest period of time possible.

v0.1.7

20 Jun 11:29
Compare
Choose a tag to compare

30-40% faster grid updates. See #5 for details.

v0.1.6

18 Jun 17:52
Compare
Choose a tag to compare

Further optimise advancing the grid to the next generation by making use of std::mem::swap to allow us to not have to clone the current generation. Details in edcc8bf