fractalide / fractalide-oz

Proof of concept
GNU Affero General Public License v3.0
12 stars 3 forks source link

Editor #29

Closed dmichiels closed 10 years ago

dmichiels commented 10 years ago

Severals things :

Component and sub-component

canvasx(2 arg:arg(1:10) output:getCanvasX)

The canvas component will receive

canvasx(1:10 2:_) 

and the result will be

getCanvasX(1:10 2:110)

Editor

The more work on this PR. A basic FBP graph editor. To test it :

make
make editor
ozengine testSub.ozf components/editor/editor.fbp

This editor is experimental.

sjmackenzie commented 10 years ago

Yes awesome job mate!