urbit / shrub

An operating function (Prototype)
https://urbit.org
MIT License
29 stars 2 forks source link

self: shrubs render themselves #123

Closed hanfel-dovned closed 2 months ago

hanfel-dovned commented 2 months ago

blue is good for overlays

mast is good for recursive rendering

??? is good for non-overlay, non-recursive rendering

Add a third rendering methodology, self, which simply passes http requests to the shrub specified in the path. If Sky doesn't know about any other strategies for this path (which will typically be the case), it should use self as the default rendering framework.

hanfel-dovned commented 2 months ago

The Sky navbar now displays three hardcoded renderer options: hawk, tree, and self.

Next Up: