Spectacular Cellular Automata
Website
Source Repository
Jira
Documents
Preparing search index...
lib/reactiveState.svelte
ReactiveState
Interface ReactiveState
interface
ReactiveState
{
aliasBackground
:
boolean
;
atStart
:
boolean
;
cellGridHeight
:
number
;
cellGridWidth
:
number
;
controlsVisible
:
boolean
;
customColours
:
string
[]
;
dragging
:
boolean
;
historyStack
:
ChangeT
[]
;
interfaceMode
:
"Editor"
|
"3D View"
;
paused
:
boolean
;
raiseCells
:
boolean
;
raisedCellHeight
:
number
;
randomFillProbability
:
number
;
redoStack
:
ChangeT
[]
;
selectedColour
:
string
;
shape
:
"torus"
|
"sphere"
;
showSettings
:
boolean
;
simulationRule
:
(
arg0
:
number
,
arg1
:
number
)
=>
number
;
simulationSpeed
:
number
;
}
Index
Properties
alias
Background
at
Start
cell
Grid
Height
cell
Grid
Width
controls
Visible
custom
Colours
dragging
history
Stack
interface
Mode
paused
raise
Cells
raised
Cell
Height
random
Fill
Probability
redo
Stack
selected
Colour
shape
show
Settings
simulation
Rule
simulation
Speed
Properties
alias
Background
aliasBackground
:
boolean
2D mode - Toggle aliasing the background tiles
at
Start
atStart
:
boolean
cell
Grid
Height
cellGridHeight
:
number
cell
Grid
Width
cellGridWidth
:
number
controls
Visible
controlsVisible
:
boolean
custom
Colours
customColours
:
string
[]
Hex
dragging
dragging
:
boolean
history
Stack
historyStack
:
ChangeT
[]
interface
Mode
interfaceMode
:
"Editor"
|
"3D View"
paused
paused
:
boolean
raise
Cells
raiseCells
:
boolean
raised
Cell
Height
raisedCellHeight
:
number
random
Fill
Probability
randomFillProbability
:
number
redo
Stack
redoStack
:
ChangeT
[]
selected
Colour
selectedColour
:
string
Hex or preset like "blue"
shape
shape
:
"torus"
|
"sphere"
show
Settings
showSettings
:
boolean
simulation
Rule
simulationRule
:
(
arg0
:
number
,
arg1
:
number
)
=>
number
simulation
Speed
simulationSpeed
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
Background
at
Start
cell
Grid
Height
cell
Grid
Width
controls
Visible
custom
Colours
dragging
history
Stack
interface
Mode
paused
raise
Cells
raised
Cell
Height
random
Fill
Probability
redo
Stack
selected
Colour
shape
show
Settings
simulation
Rule
simulation
Speed
Website
Source Repository
Jira
Documents
Spectacular Cellular Automata
Loading...
2D mode - Toggle aliasing the background tiles