Skip to content

snakex64/DevEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevEngine

Set of tools to generate C# code from either a visual web environement ( DevEngine.UI ) or a from code

Core

  • Save project
  • Load project
  • Handle generics
  • Load external .NET dlls
  • Load nuget packages

UI

  • Create folders
  • Create empty class
  • Create empty methods
  • Drag nodes around
  • Connect nodes togethers ( parameters and exec )
  • Add new nodes to graph with search
  • Drag parameter to open contextual search
  • Load external .NET dlls
  • Load nuget packages
  • Run from UI
  • Integrated console to see running program output
  • Zoom in and out in graph
  • Rename class after initial creation
  • Rename method after initial creation
  • Goto method from another graph
  • Close methods and classes after it's opened

DevEngine.Generator

  • Generate dll with empty methods
  • Embedded project in dll
  • Generate evaluation code in methods
  • Generate actual C# code for the methods themself (if I can)

About

Set of tools to generate C# code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published