Closed hanfel-dovned closed 2 months ago
The Sky navbar now displays three hardcoded renderer options: hawk
, tree
, and self
.
Next Up:
hawk
renderers to self
and obfuscate this option from the UI, routing to self
as the defaultmast
as their default renderer (or blue
, for whatever reason), they should poke that strategy into Sky in that imp's init
armtree
blue
is good for overlaysmast
is good for recursive rendering???
is good for non-overlay, non-recursive renderingAdd 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 useself
as the default rendering framework.