Skip to content

wonjunior/CodeGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc35253 · Jul 1, 2021
Jul 1, 2021
Jul 1, 2021
Jul 1, 2021
May 29, 2021
Jun 13, 2021
May 29, 2021
Jun 5, 2021
Jun 5, 2021
May 29, 2021
May 29, 2021
Mar 13, 2020
May 29, 2021
May 29, 2021

Repository files navigation

CodeGraph GitHub version License: MIT

Node based programming editor to create code with a visual interface.

This is very much a work in progress! Objective for 2021/2022 has shifted towards building a Pytorch binding through a Python kernel.

Read specs.pdf for a full description of the project.


Codegraph philosophy: code reuse through componentization

Codegraph can work with an existing code base, the objective is not to translate this code into a complete graph. Instead the aim is to rather to create high level components based on this code base. This allows us to use the codebase in the graph to build new components. Codegraph is not a dependency, it should allow anyone to get in and out very easily. Therefore, it needs to be able to compile node graphs into code.


cg2020 - release 0.1 (Mar 13) - Data propagation and tree execution with detailed logs


Screenshot from previous build: Linking system, Node Finder and Live feedback

alt text

alt text

alt text