summaryrefslogtreecommitdiff
path: root/gadgets/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-29 03:00:03 -0600
committerJeff Carr <[email protected]>2023-12-29 03:00:03 -0600
commit015847b28ee5dc5c7cfd29dfcbe14e3a2624569c (patch)
treeb69c43edf3c57d9cdc12b29f75a8c43d2059c2d1 /gadgets/README.md
parent48dfdf322b2cf379d8deeff678747907b604637f (diff)
add 'gadgets'
attempt func (n *gui.Node) blah() definition better docs for pkg.go.dev how logging should work fix syntax links for pkg.go.dev Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gadgets/README.md')
-rw-r--r--gadgets/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/gadgets/README.md b/gadgets/README.md
new file mode 100644
index 0000000..66c2a4f
--- /dev/null
+++ b/gadgets/README.md
@@ -0,0 +1,15 @@
+# gadgets
+
+Package gadgets are special collections of widgets
+
+Things to avoid or keep in mind: Also Features these might enable:
+
+```go
+* These should never bypass the binary tree
+* Hide complexity internally here
+* These might require corresponding toolkit implementations?
+* These might allow unique/good corresponding toolkit implementations (date/time selection?)
+
+## Warning
+
+Doing this / adding these might be a really bad idea that I will regret later