GithubHelp home page GithubHelp logo

jerryrelmore / cubiclife Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ms0g/cubiclife

0.0 0.0 0.0 85.91 MB

Conway's Game of Life in 3D

License: MIT License

Shell 0.01% C++ 87.34% C 12.55% CMake 0.08% GLSL 0.02%

cubiclife's Introduction

Cubic Life

Overview

Cubic Life is a powerful cellular automaton engine designed to simulate Conway's Game of Life in three dimension. This engine provides a flexible framework for running and visualizing complex cellular automata simulations in a 3D environment.

image

Rules

  • A live cell that has live neighbors below 5 or above 6 dies.
  • A dead cell that has 4 live neighbors becomes a live cell.

Features

  • Infinite Grid: No grid size limitation.
  • Conway's Game of Life: CAEngine is specifically designed to run Conway's Game of Life, a classic cellular automaton with simple rules but complex emergent behavior.
  • 3D Simulation: Unlike traditional implementations which are 2D, CAEngine operates in a three-dimensional space, allowing for more intricate patterns and interactions.
  • Flexible Architecture: The engine is built with a modular architecture, making it easy to extend and customize for different cellular automaton rules and behaviors.
  • Visualization: CAEngine includes built-in visualization tools to observe the evolution of the cellular automaton in real-time, providing insights into the emergent patterns and dynamics.
  • Configurability: Users can adjust various parameters such as initial configurations, and simulation speed to tailor the behavior of the cellular automaton to their specific needs.
  • Cross-Platform: CAEngine is designed to be cross-platform, ensuring compatibility with various operating systems.

Controls

Key Action
WASD Move
RMB Rotate camera

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Developed by M. Sami Gürpınar

cubiclife's People

Contributors

ms0g avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.