-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
a big refactor in rendering is ongoing (branch refactor-render).
I will add render objects and separte the rendering part from the block part. blocks will be generic (no block kind anymore) to simplify creation of custom blocks. also it will simplify how to add or customize a rendering backend.
Basically every block will have only a renderPlan (just a seq of strings). and according to backend it will execute the different steps. block renderPlan can be customized and rendering backend also will be customizable.