Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

## "From Conway to Lenia" tutorial

[<img height="50px" src="https://colab.research.google.com/img/colab_favicon_256px.png"> <b>Full version (95MB, with results)</b>](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia.ipynb)
[<img height="50px" src="https://colab.research.google.com/img/colab_favicon_256px.png"> <b>Full version (95MB, with results)</b>](https://colab.research.google.com/github/RiveSunder/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia.ipynb)

- If failed to open in your browser, open the below clean version.

[<img height="50px" src="https://colab.research.google.com/img/colab_favicon_256px.png"> <b>Clean version (without results)</b>](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb)
[<img height="50px" src="https://colab.research.google.com/img/colab_favicon_256px.png"> <b>Clean version (without results)</b>](https://colab.research.google.com/github/RiveSunder/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb)


[<img src="https://mybinder.org/badge_logo.svg"> <b>Full version, (95MB with results)</b>](https://mybinder.org/v2/gh/RiveSunder/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.ipynb)

[<img src="https://mybinder.org/badge_logo.svg"> <b>Clean version, without results.</b>](https://mybinder.org/v2/gh/RiveSunder/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb)

- Click <kbd>Runtime</kbd> menu > <kbd>Run all</kbd> to run the notebook and see the results.

<kbd><img height="400px" src="https://raw.githubusercontent.com/OpenLenia/Lenia-Tutorial/main/Lenia-Tutorial-02.jpg"></kbd>
<kbd><img height="400px" src="https://raw.githubusercontent.com/RiveSunder/Lenia-Tutorial/main/Lenia-Tutorial-02.jpg"></kbd>

Credits:

- Lenia and Expanded Lenia from [Bert Chan](https://twitter.com/BertChakovsky/)
- Asymptotic updates: [Kawaguchi _et al._ 2021](https://doi.org/10.1162/isal_a_00425)
- Suggestion from [Danilo Oliveira Vaz](https://twitter.com/emergir_co)
- Comments for improvement from [Will Cavendish](https://openlenia.github.io/team)
- Compact code of the Game of Life from [Jake VanderPlas](http://jakevdp.github.io/blog/2013/08/07/conways-game-of-life/)
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cycler==0.10.0
kiwisolver==1.3.1
matplotlib==3.3.4
numpy==1.19.5
Pillow==8.4.0
pyparsing==2.4.7
python-dateutil==2.8.2
scipy==1.5.4
six==1.16.0