Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenon615/conway-life-lecture
Conway's Game Of Life in the form of a lecture (just for fun)
https://github.com/xenon615/conway-life-lecture
bevy gamedev mixamo rust
Last synced: 3 days ago
JSON representation
Conway's Game Of Life in the form of a lecture (just for fun)
- Host: GitHub
- URL: https://github.com/xenon615/conway-life-lecture
- Owner: xenon615
- Created: 2024-07-21T06:30:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T09:02:24.000Z (5 months ago)
- Last Synced: 2024-10-31T23:06:24.686Z (about 2 months ago)
- Topics: bevy, gamedev, mixamo, rust
- Language: Rust
- Homepage:
- Size: 45.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway`s Game of Life
An educational project inspired by the Conway`s Game of Life.
Since I wanted to practice with animation, I added a small introduction so that it looked like a lecture (just for fun).I’m just learning, the code is far from perfect (although it works), so it’s hardly worth mindlessly copying it ;)).
On the other hand, if someone advises me on how to do everything better, I’ll be incredibly grateful ;)### Note
Due to the fact that the set of patterns is quite large, please download it by yourself from the [link](https://conwaylife.com/patterns/all.zip)
and unzip into assets/patterns/### Credits
[conwaylife.com](https://conwaylife.com/) for patterns collection
[Mixamo](https://www.mixamo.com/) for free and nice animated models### Screenshots