Pierco

Results 3 issues of Pierco

Hi Markus, do you plan to implement multipass rendering ? I don't know how difficult it would be to implement but it would allow a lot of new cool things...

Would be great to have a way to stop the signal propagation: ```lua function Registry:emit(s, ...) for f in pairs(self[s]) do if f(...) == false then return end end end...

I think it would be a nice idea to add the possibility to export to HDL from the CLI. It would allow the integration of Digital in Makefile or build...

enhancement