willnationsdev / log

A log of my ongoing and planned development efforts.
MIT License
0 stars 0 forks source link

Godot-UMLGen: Allow users to convert UML to scripts and generate UML from scripts for class diagram visualization. (for Programmers) #3

Open willnationsdev opened 5 years ago

willnationsdev commented 5 years ago

Create an in-editor UML tool that...

  1. Generates UML (GraphEdit) from existing scripts (Import)
  2. Detects when an existing script does not match the data (Compare)
  3. Can generate nonexistent, stubbed-out scripts from UML data (Export)
ScrewTSW commented 3 years ago

Hello, any progress with this? It would be an incredibly useful feature!

willnationsdev commented 3 years ago

Oh geez. Need to update this repo, lol. I used it for a while and then had trouble keeping up with it.

I haven't really had much time for anything beyond my day job work (which has become pretty intense). What little time I did get during the Christmas break I spent implementing the Godot PRs for script class and resource export support for all languages. The UML gen stuff is probably a long way off as I have many other things I'd want to work on before approaching that one (refactoring Godot Editor so that its nodes can be exposed to modules/scripting, implementing a Godot Actions system to remotely control the Editor itself using scripting, add a bottom-panel editor plugin for creating spreadsheets of resources, etc.).