mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 15:57:36 +02:00
Grammar
This commit is contained in:
parent
4f4c121861
commit
a36f7b0282
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Cyclone provides several example programs, including:
|
||||||
|
|
||||||
- [Game of Life](examples/game-of-life) - The [game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) example program and libraries from R<sup>7</sup>RS.
|
- [Game of Life](examples/game-of-life) - The [game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) example program and libraries from R<sup>7</sup>RS.
|
||||||
|
|
||||||
- [Game of Life - PNG Image Generator](examples/game-of-life-png) - An modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI):
|
- [Game of Life - PNG Image Generator](examples/game-of-life-png) - A modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI):
|
||||||
|
|
||||||
<img class="doc" src="docs/images/game-of-life-gliders.gif">
|
<img class="doc" src="docs/images/game-of-life-gliders.gif">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue