Skip to content

jjuiddong/VisualProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Programming

Visual Programming(vProg) with VS2017 C++, ImGui, imgui-node-editor

  • https://github.com/ocornut/imgui
  • https://github.com/thedmd/imgui-node-editor
  • Node Editor (Developing~)
  • Interpreter (Developing~)
    • generate syntax tree
    • generate intermediate code
    • virtual machine, symboltable
  • Debugger (Developing~)
    • debug trace, step, run, break
    • trace intermediate code
    • show register
  • Remote Debugger (Developing~)
    • use tcp/ip protocol
    • instruction sync
    • symboletable sync (not yet)
  • Debug Visualizer (Developing~)
    • trace icode, link flow animation

Switch Case While For-Loop Sequence Edit View

About

Visual Programming(vProg) with VS2017 C++, ImGui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages