summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-23 04:47:45 -0500
committerJeff Carr <[email protected]>2025-03-23 04:47:45 -0500
commit91ff254e254ae833aa5db6df800f8451a2d269e8 (patch)
tree2311c125e63c69c51984873002e34c38ac446080
parentd3832dc7bb09f9ae34c6d8702ce54fb7538575fc (diff)
notes that this is autogenerated codev0.0.10
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4abe2b0..50565c0 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,20 @@
# 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
+