Difference between revisions of "LifeViewer"

From LifeWiki
Jump to navigation Jump to search
m
(36 intermediate revisions by 3 users not shown)
Line 6: Line 6:
|platform        = HTML5 / Javascript
|platform        = HTML5 / Javascript
}}
}}
'''LifeViewer''' is a scriptable pattern viewer and editor used to simulate [[Life]] and other [[Life-like cellular automata]], including [[non-totalistic Life-like cellular automata]], [[1D totalistic]] cellular automata, [[Larger than Life|Larger than Life (LtL)]] rules, [[Higher-range outer-totalistic (HROT)]] rules, [[Generations]] rules, [[Alternating rule|Alternating]] rules, [[MAP]] rules and [[LifeHistory|[R]History]] rules. Depending on the rule family it supports [[Moore neighbourhood|Moore]], [[hexagonal]], [[von Neumann neighbourhood|von Neumann]], [[triangular neighbourhood|triangular]] and [[Circular]] neighbourhoods and also [[Bounded grids|bounded grids]].
'''LifeViewer''' is a scriptable pattern viewer and editor used to simulate [[Life]] and a wide range of other 1D and 2D [[cellular automata]].
 
If you want to use LifeViewer on your own site then the latest release can be downloaded [http://lazyslug.com/lifeview/plugin/js/release/ here].
 


<center>{{LV:Viewer|x = 59, y = 7, rule = B3/S23
<center>{{LV:Viewer|x = 59, y = 7, rule = B3/S23
Line 27: Line 30:
#C [[ T 1050 DEPTH 0 ANGLE 0 AUTOFIT "#T" ]]
#C [[ T 1050 DEPTH 0 ANGLE 0 AUTOFIT "#T" ]]
#C [[ T 1100 X 0 Y 0 ZOOM 0.25 THEME CUSTOM ]]}}</center>
#C [[ T 1100 X 0 Y 0 ZOOM 0.25 THEME CUSTOM ]]}}</center>
Rule support:
* 2-state [[Margolus]] rules.
* 2-state [[Totalistic Life-like cellular automaton|Outer-totalistic Life-like cellular automata]] (from ranges 1 to 500, including [[Larger than Life]]).
* 2-state [[non-totalistic Life-like cellular automata|Isotropic non-totalistic Life-like cellular automata]] (for range-1 Moore and range-1 hexagonal).
* 2-state [[Non-isotropic Life-like cellular automata]] (for range-1 Moore, hexagonal and von Neumann).
* [[Generations]] rules (as an extension of the outer-totalistic, non-totalistic and non-isotropic rulespaces).
* [[Alternating rule|Alternating]] rules.
* [[Partitioned cellular automata]] (PCA) rules.
* [https://mathworld.wolfram.com/ElementaryCellularAutomaton.html Elementary] cellular automata (even numbers only).
* [[LifeHistory|[R]History]] rules.
* [http://golly.sourceforge.net/Help/formats.html#rule RuleTable] rules from a [https://conwaylife.com/wiki/Special:AllPages?namespace=3794 repository].
Grid and neighbourhood support:
* square grid:
** outer-totalistic:
*** [[Moore neighbourhood|Moore]]
*** [[von Neumann neighbourhood|von Neumann]]
*** circular
*** cross
*** L2
*** saltire
*** star
*** checkerboard
*** hash
*** custom (CoordCA)
** non-totalistic
** non-isotropic
** Margolus
** PCA
* hexagonal or offset-square grid:
** outer totalistic:
*** hexagonal
*** tripod
*** asterisk
*** custom (CoordCA)
** non-totalistic
** non-isotropic
* triangular grid:
** outer totalistic:
*** triangular Moore
*** triangular edges
*** triangular vertices
*** triangular inner
*** triangular outer
*** custom (CoordCA)
[[Bounded grid]] types:
* Plane
* Cylinder (with optional shift)
* Torus (with optional shift)
* Klein-bottle (with optional shift)
* Cross-surface
* Sphere
For range 2+ neighbourhoods only Plane, and Torus (without shift) are supported.
Native support for [[BSFKL]], [[Extended Generations]] and [[deficient]] rules is also planned.<ref name="post68678" /><ref name="post68691" /><ref name="post86409" /> Support for 1D totalistic rules may also be planned.<ref name="post84188" />
LifeViewer features:
* Smooth non-integer zoom with anti-aliasing and rotation.
* Colour themes with cell history and longevity.
* Pseudo 3D layers and stars.
* Multiple ways to automatically track patterns with the camera as they evolve.
* Script language that allows many features to be customized including Waypoint animations.
* Support for multiple embedded LifeViewers and/or a single popup LifeViewer.
* Ability to step back to earlier generations for all patterns and reverse playback for reversible Margolus and PCA patterns.
* Random pattern and rule generation.
* Pattern annotation with Labels, Arrows, Lines and Polygons.
* Programatically pasting cells onto the grid at defined intervals (for example: glider injection).
* Identification of oscillator and spaceship periods.
* Automatic scaling for high DPI displays including smartphones and tablets.
* Editor with unlimitied undo/redo and multiple clipboards.
The keyboard shortcuts are shown below:
[[File:hotkeys.png|1024px]]
==References==
<references>
<ref name="post68678">{{LinkForumThread
|format = ref
|title  = Re: Pattern viewer for forum threads
|p      = 68678
|author = Chris Rowett
|date  = January 26, 2019
}}</ref>
<ref name="post68691">{{LinkForumThread
|format = ref
|title  = Re: Pattern viewer for forum threads
|p      = 68691
|author = Chris Rowett
|date  = January 26, 2019
}}</ref>
<ref name="post86409">{{LinkForumThread
|format = ref
|title  = Re: Pattern viewer for forum threads
|p      = 86409
|author = Chris Rowett
|date  = December 20, 2019
}}</ref>
<ref name="post84188">{{LinkForumThread
|format = ref
|title  = Re: Pattern viewer for forum threads
|p      = 84188
|author = Chris Rowett
|date  = October 15, 2019
}}</ref>
</references>


==External links==
==External links==
* [http://lazyslug.no-ip.biz/lifeview/plugin/version.txt Release notes]
* [https://lazyslug.com/lifeview/plugin/version.txt Release notes]
* [http://lazyslug.no-ip.biz/lifeview/ LifeViewer homepage]
* [https://lazyslug.com/lifeview/ LifeViewer homepage]
* [http://lazyslug.no-ip.biz/lifeview/plugin/ LifeViewer files]
* [https://lazyslug.com/lifeview/plugin/ LifeViewer files]
{{LinkLexicon|lex_l.htm#lifeviewer}}
{{LinkLexicon|lex_l.htm#lifeviewer}}  


===Forum threads===
===Forum threads===
{{LinkForumThread|f=7|t=1026|title=LifeViewer - Life simulator in HTML5}}
{{LinkForumThread|f=7|t=1026|title=LifeViewer - Life simulator in HTML5}}
{{LinkForumThread|f=3|t=1622|title=Pattern viewer for forum threads}}
{{LinkForumThread|f=3|t=1622|title=Pattern viewer for forum threads}}

Revision as of 14:17, 22 July 2020

LifeViewer
Homepage Click here
Purpose Life simulation
Created by Chris Rowett
Platform HTML5 / Javascript

LifeViewer is a scriptable pattern viewer and editor used to simulate Life and a wide range of other 1D and 2D cellular automata.

If you want to use LifeViewer on your own site then the latest release can be downloaded here.


x=59, y = 7, rule = B3/S23 o5b5ob5ob5obo3bob5ob5obobobob5ob4o$o7bo3bo5bo5bo3bo3bo3bo5bobobobo5bo 3bo$o7bo3bo5bo5bo3bo3bo3bo5bobobobo5bo3bo$o7bo3b3o3b3o3bo3bo3bo3b3o3bo bobob3o3b4o$o7bo3bo5bo5bo3bo3bo3bo5bobobobo5bo3bo$o7bo3bo5bo6bobo4bo3b o5bobobobo5bo3bo$5ob5obo5b5o3bo3b5ob5o2bobo2b5obo3bo! #C [[ COLOUR DEAD 0 0 0 COLOUR ALIVE 0 0 0 ]] #C [[ LOOP 1101 STARS NOSTEPBACK ]] #C [[ AUTOSTART X -90 Y 60 LAYERS 6 ZOOM 4 DEPTH 3 ]] #C [[ PAUSE 3 X 90 Y -60 ANGLE 20 THEME 0 ]] #C [[ PAUSE 1.5 X 90 Y 60 ANGLE 340 ZOOM 6 ]] #C [[ PAUSE 1.5 X 0 Y 0 ANGLE 0 THEME 3 ZOOM 4 ]] #C [[ PAUSE 1 X 0 DEPTH 0.2 ZOOM 6 THEME 4 ]] #C [[ T 1 THEME 7 ]] #C [[ T 400 ZOOM 5 X 5 Y -10 THEME 2 ]] #C [[ T 450 DEPTH 5 ]] #C [[ T 560 X -155 Y 127 DEPTH 0.5 ]] #C [[ T 950 X -242 Y 214 ANGLE 20 ]] #C [[ T 1050 DEPTH 0 ANGLE 0 AUTOFIT "#T" ]] #C [[ T 1100 X 0 Y 0 ZOOM 0.25 THEME CUSTOM ]]


Rule support:

Grid and neighbourhood support:

  • square grid:
    • outer-totalistic:
      • Moore
      • von Neumann
      • circular
      • cross
      • L2
      • saltire
      • star
      • checkerboard
      • hash
      • custom (CoordCA)
    • non-totalistic
    • non-isotropic
    • Margolus
    • PCA
  • hexagonal or offset-square grid:
    • outer totalistic:
      • hexagonal
      • tripod
      • asterisk
      • custom (CoordCA)
    • non-totalistic
    • non-isotropic
  • triangular grid:
    • outer totalistic:
      • triangular Moore
      • triangular edges
      • triangular vertices
      • triangular inner
      • triangular outer
      • custom (CoordCA)

Bounded grid types:

  • Plane
  • Cylinder (with optional shift)
  • Torus (with optional shift)
  • Klein-bottle (with optional shift)
  • Cross-surface
  • Sphere

For range 2+ neighbourhoods only Plane, and Torus (without shift) are supported.

Native support for BSFKL, Extended Generations and deficient rules is also planned.[1][2][3] Support for 1D totalistic rules may also be planned.[4]

LifeViewer features:

  • Smooth non-integer zoom with anti-aliasing and rotation.
  • Colour themes with cell history and longevity.
  • Pseudo 3D layers and stars.
  • Multiple ways to automatically track patterns with the camera as they evolve.
  • Script language that allows many features to be customized including Waypoint animations.
  • Support for multiple embedded LifeViewers and/or a single popup LifeViewer.
  • Ability to step back to earlier generations for all patterns and reverse playback for reversible Margolus and PCA patterns.
  • Random pattern and rule generation.
  • Pattern annotation with Labels, Arrows, Lines and Polygons.
  • Programatically pasting cells onto the grid at defined intervals (for example: glider injection).
  • Identification of oscillator and spaceship periods.
  • Automatic scaling for high DPI displays including smartphones and tablets.
  • Editor with unlimitied undo/redo and multiple clipboards.


The keyboard shortcuts are shown below:

Hotkeys.png

References

  1. Chris Rowett (January 26, 2019). Re: Pattern viewer for forum threads (discussion thread) at the ConwayLife.com forums
  2. Chris Rowett (January 26, 2019). Re: Pattern viewer for forum threads (discussion thread) at the ConwayLife.com forums
  3. Chris Rowett (December 20, 2019). Re: Pattern viewer for forum threads (discussion thread) at the ConwayLife.com forums
  4. Chris Rowett (October 15, 2019). Re: Pattern viewer for forum threads (discussion thread) at the ConwayLife.com forums

External links

Forum threads