Releases: mathieucaroff/cellexp
Releases · mathieucaroff/cellexp
[v0.1.2] - 2020-01-19
Added
- Zoom, between 1 and 50
- Mini control
- It's an area below the render area of the display with buttons such as:
- play / pause
- single step
- speed halving / doubling
- zoom increase / decrease
- panning
- Keyboard controls
- When the render area is selected, the following keys are active:
- Space does play/pause
- Enter does a single step
-
and+
do zoom decrease and increase (_
and=
work too)[
and]
do having and doubling the speed{
,|
and}
do go to the left end, the right end or the center- The directional arrows move the camera in the given direction by a twelfth
of the width or the heigth of the camera - The Home / End / PageUp / PageDown keys move the camera by the full width or heigth of the camera
- Note: There is no way to jump to the top for the time being
- Panning
- With mouse
- With keyboard arrows
- With buttons in the mini control area
- -- The possible movement are:
- go left / right / up / down, small moves or big (page) moves
- go to the left end / the right end / the center / the top
- Dark mode
- By default the application is in dark mode. It can be set to light mode
using the "App Theme" selector, in the "Application Config" section, at the bottom.
- By default the application is in dark mode. It can be set to light mode
- Application theme
- Besides the light / drak mode, the primary color of the application can be
chosen among 8 options (5 in dark mode, 3 in light mode) - By default, the display theme follows the application theme, but it can be
set to its own theme using the "Display Theme" selector
- Besides the light / drak mode, the primary color of the application can be
Changed
- Speed
- High limit raised from 99 to 999
- Low limit raised from 0 to 1
- Border behaviour
- The border now copies the state from the other side of the cellular space,
making the state space (state band) a closed loop
- The border now copies the state from the other side of the cellular space,
- Layout
- The display is now at the top
- Position (temporal)
- Limit raised form 9_999 to 99_999
- The field is now disabled while the automaton is playing
- The field no longer starts erroring when the position goes above the limit
while playing
- Rule number
- The rule number is now shown in more places than before
- Improved the application layout for phones