LambdaSix / RenderLike

C# MonoGame based console emulator in the spirit of libtcod
MIT License
1 stars 0 forks source link

Free-floating direct render layer #17

Open LambdaSix opened 6 years ago

LambdaSix commented 6 years ago

In addition to the cell-based rendering layer, add a direct rendering layer to allow custom drawing on top of the entire scene.

LambdaSix commented 6 years ago

Partially related to Issue #1 - this would resolve the sub-cell and independent rendering half of the issue.