You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitwise Operations Update
now bitwise operations work correctly
- set proper name to previous binary operations (and -> multiply, or -> addition); removes old "binary xor"
- add new bitwise operations (and, or, xor)
- defines new filter category "binary"
- add visualization to binary all binary operations
FilterFlow 1.0 (#7)
* added fast update for set pos
* Added names to jsonObject
* added info for the non-obvious transformations
* added production scripts
---------
Co-authored-by: lukgla <52761889+lukgla@users.noreply.github.com>