Skip to content

guillemsrr/cellular-automata-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular automata in 3D

Cellular automata

Controls

  • Click buttons 1,2,3,4 to try different outputs
  • R: restart
  • UP arrow: increase dimension
  • DOWN arrow: decrease dimension

Build Instructions

This project uses CMake and depends on raylib. Make sure raylib is installed or built locally.

# Create build directory
mkdir build && cd build

# Generate Visual Studio solution or Makefiles
cmake .. -G "Visual Studio 17 2022" -A x64 -Draylib_DIR="C:/path/to/raylib/build/install/lib/cmake/raylib"

# Build
cmake --build . --config Release

License

This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.

Copyright (c) 2025 Guillem Serra

About

Implementation of Cellular automata in 3D using Raylib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published