Back to projects
2025

Conway's Game of Life - OpenMP & SDL2

Conway's Game of Life in C with OpenMP parallelization and SDL2 graphical visualization. Performance analysis: serial vs. parallel with static and guided scheduling.

COpenMPSDL2Parallel ComputingPerformance AnalysisGame DevelopmentGCCMultithreadingGraphics RenderingBenchmarking
View repository

Features

  • OpenMP parallelization with static and guided scheduling
  • SDL2 graphical visualization with real-time rendering
  • Performance analysis comparing serial vs. parallel execution
  • Interactive controls (pause, reset, toggle parallel/serial)