Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCB Cellular Automata

XCB Cellular Automata Deno GIF Image

This is a C-based project that visualizes Conway's Game of Life cellular automata using the XCB library.

Dependences:

  • GCC: C Compiler
  • XCB: X protocol C-language Binding is a replacement for Xlib
  • libxcb-image: XCB port of Xlib's XImage and XShmImage functions.

Command to install Dependences in Debian based systems:

sudo apt install gcc libxcb-image0-dev libxcb1-dev

Building and Running

Note: This project is compatible only with Linux systems.

cc build.c && ./a.out build-run

To see other options to build project:

cc build.c && ./a.out

References

About

C-based project that visualizes Conway's Game of Life cellular automata using the XCB library.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Contributors

Languages