Skip to content

Releases: joaofarias/VizzyStudio

Vizzy Studio v0.4

11 Mar 13:47
44819c5
Compare
Choose a tag to compare

Local variables: variables available only within the current instruction set

  • Added new "Set Local Variable" block available in the Variables panel

Vizzy Studio v0.3

10 Mar 20:05
fc9678b
Compare
Choose a tag to compare
  • Drag a single block out of a group with 'Shift+Left-click'
  • Delete selected block with 'Del' key

Vizzy Studio v0.2

10 Mar 16:51
80b9aaf
Compare
Choose a tag to compare

References: use custom expressions and instructions from external files without importing them into your program

  • Any changes to referenced files are automatically updated when loading a program
  • A snapshot of the current state of references is stored and used if the referenced file is no longer available

Vizzy Studio v0.1

09 Mar 18:52
Compare
Choose a tag to compare

Modules: organize your program into multiple modules for quick and easy access to specific logic

  • All blocks are global. You can have custom expressions/instructions in one module and use them in another
  • Move blocks between modules by dragging them to the chosen module on the right-hand side and placing them in a single movement
  • Last position and zoom level per module are saved so you can get right back into it
  • Imported programs are added to a new module with the program's name (unless it already has modules of its own)

Known issues: when importing a program with modules that match existing modules' name, those modules will be merged.