https://github.com/jaredly/rocks
https://github.com/jaredly/rocks
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredly/rocks
- Owner: jaredly
- Created: 2013-12-15T09:00:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T18:41:07.000Z (almost 12 years ago)
- Last Synced: 2025-04-12T15:13:21.870Z (about 1 year ago)
- Language: Go
- Size: 512 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Go Rocks!
This is a little cellular automata simulator.

The three colors eat each other. Click and move your mouse around the window to make more particles.
## Try it!
- Clone the repository
- Install dependencies:
```bash
brew install glfw2
go get github.com/go-gl/glfw
go get github.com/chsc/gogl/gl21
```
- Install the project
```bash
go install
```
- Execute it with `rocks`