retrohub-org / retrohub-theme-helper

Godot addon for developing RetroHub themes
2 stars 0 forks source link

Automate sync with API #4

Closed rsubtil closed 1 year ago

rsubtil commented 1 year ago

Right now, any changes done to RetroHub API must be replicated manually for the theme helper.

This should, if possible, be automated. Some files are exactly the same, such as everything inside classes, but the main RetroHub.gd file should only contain public API for example.

rsubtil commented 1 year ago

With the latest manual syncing, this process is impossible as code is different in some parts. Manual review will always be required, and although some of this could be automated (copying data classes and json files), it's mostly irrelevant.