Hello there! Thought I'd finally make my forum debut by showing this neat little project I just uploaded.
REXPaint (http://rexpaint.blogspot.com/) is an ASCII art tool developed by GridSageGames, as the summary implies, it allows you to produce artwork using text, a particular art form found in roguelike games.
REXReader++ (https://github.com/gamepopper/REXReader-CPlusPlus/) is a lightweight file reader class that allows you to decompress and read REXPaint's xp file format in a readable tilemap structure. What I did was use this with a custom text class so you can render your REXPaint creations in SFML 2.0!
(http://i.imgur.com/sVwwurG.png)