Commit graph

6 commits

Author SHA1 Message Date
Thom Chiovoloni e0225c145d Add a conways game of life example (#37)
* Add a conways game of life example

* Rustfmt conway example

* Respond to review feedback (p_width/p_height)

* Use line_drawing instead of manual bresenham

* Optimize count_neibs

* Remove inline(never) leftover from when profiling

* Bring back wrapping behavior (without regressing perf)

* Fix missing bounds check
2019-11-05 23:15:58 -08:00
Jay Oster a793787292 Update README 2019-10-13 18:35:47 -07:00
Jay Oster 17bb0cbf32 Update logo 2019-09-29 15:08:39 -07:00
Jay Oster 16cb9fd1a2 Transparent background 2019-09-29 14:27:45 -07:00
Jay Oster a5f091933d Better logo 2019-09-29 14:26:44 -07:00
Jay Oster 8c7c67ef69 Add README 2019-09-28 04:09:06 -07:00