Cellular Automata

Description

An implementation of 3D Cellular Automata for Minetest. Resembles Flux.

Part of the Cellestial Series: cellestial, cellestiall and cellestial_game

Also see "Candidates for the Game of Life in Three Dimensions" by Carter Bays

Features 🔗

  • High Performance
  • Intuitive Interfaces
  • Powerful API

Instructions 🔗

Available in-game through /cells help.

Configuration 🔗

Below is the default configuration, located under <worldpath>/config/cellestial.json. It is mostly self-explaining. A few notes:

  • r, g, b: Red, green and blue color components
  • max_steps: Maximum steps per item use / second
  • speedup: Decrease processing time, but cache more
  • mapcache: Cache the nodes of the area
  • arena_defaults: Values used for arenas if not provided
{
  "colors": {
    "cell": {
      "edge": {
        "r": 0,
        "g": 128,
        "b": 0
      },
      "fill": {
        "r": 0,
        "g": 255,
        "b": 0
      }
    },
    "border": {
      "edge": {
        "r": 51,
        "g": 51,
        "b": 51
      },
      "fill": {
        "r": 77,
        "g": 77,
        "b": 77
      }
    }
  },
  "max_steps": 10,
  "request_duration": 30,
  "creative": true,
  "place_inside_player": false,
  "speedup": true,
  "mapcache": false,
  "arena_defaults": {
    "name": "unnamed",
    "dimension": {"x": 80, "y": 80, "z": 80},
    "search_origin": {"x": 0, "y": 0, "z": 0},
    "steps": 1,
    "threshold": 0.5
  }
}

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

2023-04-24

Download

Luanti 5.0+

2023-04-24 09:19 UTC

2023-04-24 🔗

No release notes

2022-11-18

Download

2022-11-18 17:26 UTC

2022-11-18 🔗

No release notes

rolling-9

Download

2022-09-06 10:38 UTC

rolling-9 🔗

No release notes

rolling-8

Download

2020-12-19 11:07 UTC

rolling-8 🔗

No release notes

rolling-7

Download

2020-12-19 11:06 UTC

rolling-7 🔗

No release notes

All releases

Information

Provides

cellestial

Dependencies

Required
cmdlib hud_timers modlib
Optional
adv_chat cellestiall

Information

Type
Mod
Technical Name
cellestial
Languages
English
License
MIT for code,
CC0-1.0 for media.
Maintenance State
Unknown
Added
2020-03-26 19:21 UTC
Maintainers
LMD

Used By