notes that this is autogenerated code
This commit is contained in:
parent
d3832dc7bb
commit
91ff254e25
19
README.md
19
README.md
|
@ -1 +1,20 @@
|
||||||
# protobuf definition files for the GO gui plugins
|
# protobuf definition files for the GO gui plugins
|
||||||
|
|
||||||
|
Almost all of this code is autogenerated and there
|
||||||
|
are no docs yet. This is an abstraction GUI protobuf
|
||||||
|
that allows any protobuf .proto file to be turned
|
||||||
|
into a spreadsheet and passed to the GO plugin to
|
||||||
|
be displayed to the user.
|
||||||
|
|
||||||
|
The only functions written by hand are the Custom()
|
||||||
|
functions which pass mouse clicks on the spreadsheet
|
||||||
|
cells back to the application.
|
||||||
|
|
||||||
|
Rather than try to read this code,
|
||||||
|
it's better to look at an example
|
||||||
|
application that uses it. (forge, virtigo)
|
||||||
|
|
||||||
|
This code is what is called 'winning'
|
||||||
|
|
||||||
|
-- jcarr 2025/03/23
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue