What exactly does the extra info that shows up on the right in LifeViewer Pro mean? Grid info only seems to appear if you zoom out beyond 2.2x:
Code: Select all
x = 1, y = 1, rule = B3/S123LV
!
[[ RANDOMIZE2 SHOWTIMING EXTENDEDTIMING ]]
Can the speed slider be grayed out when a pause with a certain speed or such is underway? It can't be adjusted in this situation, so it would make sense to communicate this visually rather than the button and slider looking normal but being non-interactable.
Code: Select all
x = 3, y = 3, rule = B3/S23
o$obo$2o!
[[ AUTOSTART PAUSE 10 GPS 5 T 0 "Press the 1× button\nor touch the slider" ]]
Some HTML character substitution codes don't appear to work with the viewer on the forums, but do work for viewer embeds on lazyslug.com - the last three work on both sites, but the first works on your site but not here, and I'm not sure why:
Code: Select all
x = 3, y = 3, rule = B3/S23
o$obo$2o!
[[ T 0 "×&<>" ]]
LifeViewer accepts this rulestring and discards the G section, but Golly rejects it as a malformed rulestring:
Code: Select all
x = 7, y = 8, rule = R4,C2,S23-41,B24-34G256
3b2o$2b4o$b6o$7o$4o2bo$3o3bo$b6o$2b4o!
[[ AUTOSTART AUTOFIT HISTORYFIT ]]