Skip to content

DreamerChaserHAH/gpu-conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Conway Game of Life

An experiment on executing conway game of life using shaders inside web browser using raylib and C++ WASM

image

How to run

  1. Import all git submodules after cloning the repo
git submodule update --init --recursive

(Make sure you have emsdk installed) 2. Compile the project with emcmake

mkdir build
cd build
emcmake cmake ..
emmake make
  1. Run the project
npx serve

Visit your web browser by typing in the url