Skip to content

asgore-undertale/Asgore-Terminal-Rust-Node-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A very little simple terminal node editor prototype in Rust

To use: Just run the code and enter commans in the terminal

Available commands:

calc_out {node id} # calc output
pos {node id} {x} {y} # position node
con {from node id} {to node id} {input index} # dis/connect nodes
set_val {node id} {input index} # set input's default value
add_node {node title}
del_node {node id}
save {path and file name with no extension}
load {path and file name with no extension}
autosave on
autosave off

About

A little simple terminal node editor in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages