Version 0.1, build 3401

By • Nov 14th, 2008 • Category: New releases

Fnk has been updated. The new version is 0.1, build 3401. This update applies to the browser version of Fnk.

Nodes added:

  • Transform 2D (Graphic): a simpler 2d transform

Nodes changed:

  • Display (Graphic): added mouse state information as output connectors – mouse x/y position, mouse inside/outside the display area, left button state and mouse wheel state
  • Display (Graphic): added image bitmap output. This is not working very well yet, though, and will have to go through some changes to avoid unnecessary drawing as well as understand it needs to be redraw even when there’s no input changes
  • Concatenate (Array): doesn’t crash if you remove a graphic from one of its nodes anymore. This node will still have to go through bigger changes however, to make it clear that it only deals with one data type at a time
  • IO Box (Number): now it finally displays the content of arrays, and let the user edit each individual entry, spreadsheet-style
  • IO Box (String): now it finally displays the content of arrays, and let the user edit each individual entry, spreadsheet-style

Node help/reference added:

  • Transition (Animation)
  • LinearArray (Array)
  • RandomArray (Array)
  • Concatenate (Array)

Other changes and notes:

  • Change: scrollbars are now visible by default
  • Fix: no more loss of focus after pressing ENTER after editing the value of a field/connector
  • Fix: Control+[ and Control+] are working again

Comments are closed.