MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.59k stars 69 forks source link

Redpiler: The Redstone Compiler #34

Closed StackDoubleFlow closed 3 years ago

StackDoubleFlow commented 3 years ago

Initial concept was detailed here, however the implementation has somewhat deviated. The most notable difference being that redstone wires are nodes, but they are always leaf nodes. This makes it very easy to remove them from the graph if needed. They are only there for visualization.

StackDoubleFlow commented 3 years ago

Redpiler direct backend and new timings monitor is now working seamlessly without any user input necessary.