Open Hexagon

Open Hexagon

lib_patternizer
Showing 1-10 of 16 entries
< 1  2 >
Update: 14 Mar, 2024 @ 7:00pm

fix exch stack underflow check

Update: 13 Feb, 2024 @ 9:07am

- Allow userdata to be linked/included

Update: 23 Jan, 2024 @ 8:53am

- bugfixes

Update: 22 Jan, 2024 @ 1:45pm

- bugfixes
- exch instruction

Update: 17 Jan, 2024 @ 4:09am

bugfix

Update: 15 Jan, 2024 @ 12:37pm

- New preprocessor instructions
- Added the slash character to replace minus for P-Strings

Update: 31 Dec, 2023 @ 5:16pm

- Added new lua function calling syntax
- Cleaned up pattern generation functions
- Replaced Sliders with more accurate Signals
- Sliders is no longer a dependency of this library

Update: 13 Dec, 2022 @ 1:06pm

- bugfixes

Update: 8 Dec, 2022 @ 5:47pm

Replaced sh with << and >>

Update: 8 Dec, 2022 @ 3:34pm

- Added sh instruction which shifts a pivot location on the top of the stack by some amount.
- $rof can now be negative which indicates direction of travel. $rof is negative if the distance traveled is exactly equal to $hsides.
- $hsides can now be used in a #restrict statement.
- Comments should work again.