We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updated simple example code to use SFML 3, as well as replacing links to SFML classes with the same link to the list of classes
fixed some remaining "Bright" parts.
update to v2.4, which adds getting locations/transformed coords, new number type, new palette, set/get clear value and colour multiplier, and bright attribute is now dark attribute (amongst other changes).
update to v2.4
added extra information about setMode including the patches in the v2.3.1 update.
update to v2.3, which includes stack cell offsets and altered double-height printing behaviour
update to v2.2, which includes character type and buffer manipulation
update to v2.1, which adds colour cycling, scrolling selected rectangles, and ability to find the "perfect size". also alters some cursor commands actions based on current stretch type.
completed Types section. page is now complete
added information about types. still not complete; some left to do.
fixed the error created by the previous fix in the simple example
fixed a capitalisation error in the simple example
completed page, including the new simple example, except for the "Types" section
Created Console Screen (markdown)
update to v1.5, which adds some cursor control but mostly preparation for additional inclusion of version 2
update to v1.4, which adds reading, character mapping, and a texture offset.
update to v1.3, which adds double-height printing ability and cell attributes (inverse, bright, tile flipping)
update to v1.2, which adds buffers (copying/pasting), painting (colour printing without affecting cell values), and cell information
add link to change log
add palette methods and enum list
update to v1.1, which has a large number of additions and changes
remove window style from simple example
clarified that omission of overwriteColor and overwriteBackgroundColor results in a default of true (Manipulation/Printing)
fix missing line-break after simple example
add Console Screen