LambdaSix / RenderLike

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

Non-tiled rendering #1

Open LambdaSix opened 8 years ago

LambdaSix commented 8 years ago

Currently this entire setup is rigged for SpriteBatching tiles, it would be nice there was at least basic support for sub-cell/tile independent rendering of 9patch or tiles and support for variable point sized fonts.

This would allow easier rendering of UI elements, floating text indicators and tooltips.