diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-11-06 19:38:17 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-11-06 19:41:33 -0800 |
commit | c357f0e1b75fc3b500887676998614b5bcc58433 (patch) | |
tree | 645724ccbe73840b0ea06d0ce39f80859d5bec08 | |
parent | 6000c44d076725c58108e86c43d125bbcd2b78f1 (diff) |
doc: mention YouTube development playlist
HACKING.txt should point readers interested in such things to the
video tutorials now that there's enough content in that playlist
to start being potentially useful:
-rw-r--r-- | HACKING.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt index 84a63d8..bf49e11 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -15,6 +15,11 @@ Hacking on rototiller / libtil: This document primarily attempts to describe how one goes about hacking on new rototiller modules. + If video tutorials are preferred, a growing collection of rototiller + module development tutorial screencasts may be found on YouTube here: + + https://www.youtube.com/playlist?list=PLIA5njm7IjTIg9gub7XwR_yGSkdAtOKy6 + Initially only a bare minimum module creation is described. This is a single-threaded, unconfigurable at runtime, simple module, requiring only the rendering function be implemented. |