oniksan / godobuf

A Google Protobuf implementation for Godot / GDScript
BSD 3-Clause "New" or "Revised" License
260 stars 36 forks source link

Add command line generation/auto generation #29

Closed kelteseth closed 2 years ago

kelteseth commented 2 years ago

Protobuf files are used to be shared between multiple projects. For example, I have a CMake/C++ based server that generates the Protobuf c++ files, if I change the content of my messages.proto. For Godot, I have to do it manually and often simply forget to do it. It would be handy to automatically convert the protofile on change (like CMake does) or a way on how to trigger it externally via a command line tool.

oniksan commented 2 years ago

The existing functionality does not suit you? image

kelteseth commented 2 years ago

The existing functionality does not suit you? image

Oh sorry looks like I missed this 😅