Import L1 (celery) as l1/

This commit is contained in:
giles
2026-02-24 23:07:19 +00:00
225 changed files with 57298 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
;; Standard Primitives Bundle
;;
;; Loads all commonly-used primitive libraries.
;; Include this at the top of streaming recipes.
;;
;; Usage:
;; (include :path "../templates/standard-primitives.sexp")
(require-primitives "geometry")
(require-primitives "core")
(require-primitives "image")
(require-primitives "blending")
(require-primitives "color_ops")
(require-primitives "streaming")