Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aineejames/raylib_automata
https://github.com/aineejames/raylib_automata
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aineejames/raylib_automata
- Owner: AineeJames
- License: mit
- Created: 2023-05-09T23:57:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T02:39:03.000Z (about 1 year ago)
- Last Synced: 2023-10-21T03:24:07.031Z (about 1 year ago)
- Language: C
- Size: 699 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raylib_automata
![Demo](imgs/demo.png)
## Install
### Clone the repo:
```shell
$ git clone https://github.com/AineeJames/raylib_automata
$ cd raylib_automata
```
### Install raylib
[https://www.raylib.com/](https://www.raylib.com/)### Compile:
```shell
$ make
```