We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update to fix some left over information stating that a vertex is only a position whereas it is now, in fact, a full vertex that also includes colour and texture co-ordinate.
update to v1.4, including newest features.
Updated Polygon (markdown)
added Simple Example 3 to show new Wireframe (from v1.3)
updated to v1.3
removed code marks that exposed the links associations
corrected external SFML links (now latest SFML version) and included information about Simple Sprite Batcher in the introduction
added link to Sprite Batch page
Created Sprite Batch (markdown)
add Frame Transition to list of drawables
add Sprite Batch to drawables list
update to v1.7, including move/scale manipulations and exports
added link to Polygon's wiki page in list of drawables
Created Polygon (markdown)
add simple example 2 (with example gif)
add link to Starfield 3D page
Created Starfield 3D (markdown)
add Starfield 3D to list of drawables
update to include information and link to the SFML3 branch
added Polygon to list of drawables
Removed link to ConsoleScreenOld as its been removed from the library.
fixed version in footer
update to v1.3, adding ability to assign flips to the texture.
added setRandomNormalActivated to Lightning section (and the code example) as it is required since v1.6 to use random normal offsets
updated to v1.6, adding set/getRandomNormalOffsetsActivated, external Splines (adding, connecting, adding&connection), modified Simple Example 1b to use setRandomNormalOffsetsActivated.
updated to v1.0.1, no longer allowing pointers to windows or null pointers but allows empty window parameters to clear the window assignment
added Pixel Display emulators to "Still To Come" section
added Pixel Display to list of drawables
Created Pixel Display (markdown)