• v1.1.0 c4e0fba09d

    algebraity released this 2026-04-29 11:33:08 -04:00 | 2 commits to main since this release

    Bestiary v1.1.0

    An enormous update to Bestiary, adding a huge number of essential features, greatly expanding the language, and rounding out the GUI significantly. Details on all of the features and commands can be found in the "Help and docs" menu in the GUI app.

    New features

    • Control the GUI with Ctrl+t and Ctrl+d to open and close tabs, and Ctrl+1 through Ctrl+9 to navigate them.
    • Graph functions with \graph{function}, and add functions to Graph tabs with \graph{function}{graphTabNumber}. Supports explicit functions, implicit functions, and equations of two variables. Graphing is currently not supported in CLI mode.
    • Use conditionals, for and while loops, user-defined functions, lists, and more essential programming features.
    • Your open tabs, including shells, help tabs, and graphs, are saved when you exit and restored when you reopen Bestiary.
    • Export a script that can be used to restore your session or share your work with others using the \export{file.bsy} command.
    • Five new PDE solvers added to NEKO, the details of which can be found in the NEKO help page.

    Downloads

    • GNU/Linux: bestiary-v1.1.0-linux-x86_64.tar.gz
    • Windows: bestiary-v1.1.0-windows-x86_64.zip

    Installation

    Extract the archive for your platform. On Windows, run install.bat. On GNU/Linux, run the executables directly or move them somewhere on your PATH.

    Downloads