An open API service indexing awesome lists of open source software.

https://github.com/jaredly/rocks


https://github.com/jaredly/rocks

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Go Rocks!

This is a little cellular automata simulator.

![rocks](animate.gif)

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`