https://github.com/lucastavaresa/nelua-cellular-automata
game of life in nelua using raylib - works in the browser
https://github.com/lucastavaresa/nelua-cellular-automata
cellular-automata game game-of-life lua nelua raylib raylib-nelua wasm
Last synced: about 2 months ago
JSON representation
game of life in nelua using raylib - works in the browser
- Host: GitHub
- URL: https://github.com/lucastavaresa/nelua-cellular-automata
- Owner: LucasTavaresA
- License: gpl-3.0
- Created: 2023-06-30T06:07:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T06:14:59.000Z (over 2 years ago)
- Last Synced: 2025-03-27T10:48:23.811Z (6 months ago)
- Topics: cellular-automata, game, game-of-life, lua, nelua, raylib, raylib-nelua, wasm
- Language: Lua
- Homepage: https://lucastavaresa.github.io/nelua-cellular-automata/dist/index.html
- Size: 189 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nelua cellular automata
Interactive, generalized [cellular automata](https://en.wikipedia.org/wiki/Cellular_automaton) implementation using [nelua](https://nelua.io/overview/) and [raylib](https://www.raylib.com/)
[Play it!](https://lucastavaresa.github.io/nelua-cellular-automata/dist/index.html), It works in the browser!
[Failed to open webgl context](#failed-to-open-webgl-context)
## Game of Life

## Seeds

## Brian's Brain

## Mazes / Mazectric
Mazectric has longer and cooler corridors
There is also versions with mice which are cells that "walk" in the maze

## and more
- HighLife
- StarWars
- Serviettes
- IceBalls
- Assimilation
- Coral## Credits
This guy did the actual hard work
- [Kenta](https://github.com/Its-Kenta) - Maintainer of the [Raylib.Nelua](https://github.com/Its-Kenta/Raylib.nelua) bindings
## Failed to open webgl context
**might fail to execute on old computers try executing this** switch firefox for your browser of choice
`LIBGL_ALWAYS_SOFTWARE=1 firefox https://lucastavaresa.github.io/nelua-cellular-automata/dist/index.html`
On firefox specifically also try enabling 'webgl.force' on [about:config](about:config)