Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xerwin1/langton.zig
Langton's ant made in Zig and Raylib
https://github.com/0xerwin1/langton.zig
langton-ant raylib raylib-zig zig
Last synced: 17 days ago
JSON representation
Langton's ant made in Zig and Raylib
- Host: GitHub
- URL: https://github.com/0xerwin1/langton.zig
- Owner: 0xErwin1
- License: gpl-3.0
- Created: 2024-08-18T13:46:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:51:01.000Z (4 months ago)
- Last Synced: 2024-12-03T22:31:59.863Z (20 days ago)
- Topics: langton-ant, raylib, raylib-zig, zig
- Language: Zig
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langton's Ant in Zig
## Rquirements
- Zig: 0.13.0
- Raylib: 3.7.0## Build
```bash
zig build
./zig-out/bin/langton# or
zig build run
```