Skip to content

sbarisic/SFMLTextBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFMLTextBuffer

TextBuffers for SFML

Screenshots

alt text

alt text

alt text

Example usage

TextBuffer TBuffer = new TextBuffer(80, 25, new Texture("font.png"));
TBuffer.Print(10, 10, "Hello World!");
// TBuffer.Sprite.* - Change position, color, whatever.

RenderTarget.Draw(TBuffer);

C++ version by harddal

https://github.com/harddal/TextBuffer

License

Do whatever you want etc. etc.

About

TextBuffers for SFML

Topics

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages