The goal of Nodable is to provide an original source code editor using both textual and nodal paradigms.
Via this hybrid prototype, technical and less-technical people can discuss and collaborate on the same source code.
Unlike other nodal softwares, the goal of Nodable is to make possible the edition of the source code and its graph representation at the same time. Users are not stuck into one of the two paradigms, they can go back and forth whenever they want.
⚠️ Disclaimer: This software is a prototype, do not expect too much from it.
Nodable is able to generate a graph from a source code and a code from a graph.
💡 Any changes to the code will update the graph.
If we substitute +10
by -7
from the code above, Nodable will update the graph accordingly.
💡 Any changes to the graph will update the code.
If we change the node 7
by 2.5
, connect it to a divide (/
) operator with the node 5
and remove the multiply (*
) operator from the graph above, Nodable will update the code accordingly.
Of course there is only one source of truth at a time, this depends on the side of the editor you are working on: text or graph.
When it comes to save your work, the graph is lost and the source code is saved.
3D Artist for almost 10 years, I was used to work using Maya
(a 3D software built with the nodal paradigm in mind) and I knew the potential of such programs for artists.
Later, when I finished my reconversion from 3D Art to Development, I had the chance to meet talented people working in the video game industry (at WildSheepStudio, Montpellier, FR), one of them was
producing VFX using a nodal GUI. I heard comments from programmers about it, something like: "working with nodes takes too much time and produces an incomprehensible graph, it is way more efficient to write a program".
Programmers point of view makes sense, but if graphs are the only way for certain to create a program, that makes sense too.
From all that poped an idea: why nodes and code cannot work together? What if programmers and technical artists could see the same program from two different angle?
I started to work on the first version of Nodable in 2017.
BTW, I had tons of conversation with a colleague about it. He was telling me: "ça va faire un joli sapin de noël lumineux!" (this will be a pretty bright Christmas tree!)