AI Blocks Versions Save

A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!

v1.5.3-beta

6 years ago

Added:

  • Editor variables are now Dynamic! That means you can retrieve them during run-time, to get a variable's value during run-time, simply call self.GetDynamicValue("myVariable") from any script.
  • The hierarchy panel items are now draggable, you can organize which object is parent/child and the render order by dragging an object.
  • You can now edit the properties of multiple items at the same time. Does not work with script properties yet.
  • You can new delete or add scenes, note that deleting scenes does not delete the objects in the scene.
  • Errors are now logged in the errors_log.txt file, it can be found next to the aiblocks.exe executable.
  • Added new script functions for logging, displaying graphs and viewing spectrograms.

Fixed:

  • Fixed a bug when copy/pasting a group of items.
  • Fixed a bug preventing you from dragging groups of items.
  • Fixed the convolution scripts.

Note: Mac/Linux users have to run the project from the sources for now, I will try and fix the builds asap.

v1.5.2-beta

6 years ago

Added:

  • You can now create new scripts from the editor. Script can also be created from templates. More infos here: https://mrnothing.github.io/AI-Blocks/start.html#scripts
  • New loading screen, replaces the white screen during loading.
  • New built-in scripts for GANs (generative adverserial networks)
  • New helper functions for text parsing: see Texthelper class
  • You can now rename scene names.
  • You can now send commands (stdin) to a running scene from the console command input.
  • The official website is up! contains the documentation and tutorials: https://mrnothing.github.io/AI-Blocks/index.html

Fixed:

  • Builds are now generated with electron-builder, that makes them lighter and standard.
  • Mac build now properly works, tested on OSX Sierra 10.12

v1.5.1-beta

6 years ago

Added:

  • Reworked the UI and overall design.
  • Added a template selection interface when creating new scripts.
  • Added multi selection, press Control+Left click to select a group of objects, they can be dragged and copied.
  • The scene is now zoom-able.
  • You can now resize the panels.
  • Added a Python wrapper for Tensorflow to make scripts easier to read and customize.

Fixed:

  • Linux version now runs properly.
  • The application will no longer take time to start at first launch.
  • Hotfix: the insert button now properly functions again.

v1.4.2-beta

6 years ago

Added:

  • Mac/Linux support (dropped for this release)
  • New script creation interface

Fixed:

  • Children of an object are now properly removed when pressing the delete key
  • While dragging an object, the children of this object will get dragged as well
  • Links that would sometime not render will now render properly.

v1.4.1-beta

6 years ago

Fixed:

  • The scene will not get stuck in drag mode anymore
  • The output panel's text can now be selected.
  • The minimap was zoomed out from 1/15 to 1/20
  • changing a variable type will now properly update it in the inspector see #4

v1.4.0-beta

6 years ago

Added:

  • Reworked the project creation window,
  • You can now clone the example projects without having to download them.
  • The scene is now draggable
  • The overflow of the scene is now properly masked
  • Added a "minmap" to have an overview of the scene
  • Added a new paragraph in the home page.
  • When launching a scene, the output panel is now triggered

Fixed:

  • The files and folder selction window will now properly be attached to the main window.

v1.3.4-beta

6 years ago

Fixed a bug when building projects using python 3.6 and the Pillow library.

v1.3.3-beta

6 years ago

Added:

  • Arrays now display the amount of elements they have

Fixed:

  • Adding objects to a loaded scene wont overlap the last object's ID anymore causing unwanted behavior.

v1.0-beta.3.2

6 years ago

Features:

  • Socket server
  • Ctrl+c/Ctrl v on selected object
  • Edit script button (works on global scripts too)
  • New "insert" object interface
  • Search field for object instances and scripts.

Fixes:

  • Objects sharing the same script instance
  • Delete button does not delete other items (except children of an object)
  • Loading a project that was moved from its original folder wont cause a crash anymore.

v1.0-beta.2

6 years ago

Added:

  • Build/Run scene in python (Tensorflow) code.
  • Arrays and Bool types serialized in inspector, arrays of objets or folders are supported (not recursively).
  • new internal scripts: Image Viewer, Chart, Minst Loader, CSV Loader, Cifar Loader, AutoEncoder
  • Extra scenes tab
  • Per object progress bars
  • Properties panel has a scroll bar. Fixes:
  • Creating a new project now creates a new folder with the project name.
  • Clicking on a scene object now properly selects it