File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import React from 'react'
1+ import React from 'react'
22
33// Images
44import shadedRelief from '../../img/examples/shaded-relief.png'
@@ -20,6 +20,7 @@ import helloV2 from '../../img/fire1.gif'
2020import mandelbrotSet from '../../img/examples/mandelbrot-set.png'
2121import juliaSet from '../../img/examples/julia-set.png'
2222import slowFade from '../../img/examples/slow-fade.png'
23+ import gameOfLife from '../../img/examples/game-of-life.png'
2324
2425const links = [
2526 {
@@ -242,7 +243,20 @@ const links = [
242243 footerLinks : [
243244 < a href = "https://observablehq.com/@rveciana/shaded-relief-with-gpujs-and-d3js/2" > Observable Notebook</ a >
244245 ]
246+ } ,
247+ {
248+ img : gameOfLife ,
249+ author : {
250+ name : 'Gustavo Ferreyra' ,
251+ link : 'https://github.com/brakdag'
252+ } ,
253+ title : 'Conway\'s Game of Life' ,
254+ description : 'Game of life.' ,
255+ footerLinks : [
256+ < a href = "https://observablehq.com/@brakdag/conway-game-of-life-gpu-js" > Observable Notebook</ a > ,
257+ < a href = "https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life" > Wikipedia</ a >
258+ ]
245259 }
246260]
247261
248- export default links
262+ export default links
You can’t perform that action at this time.
0 commit comments