- Template project for Windows was separated so there is a distinct template for each MSVC version. CMake's heuristics for detecting the generator seem not to be reliable.
- All rendered triangles are now back-culled, which removes artifacts sometimes present (e.g. dots inside a filled circle). Triangles drawn by
cg::triangleandcg::triangle_blendare reoriented if needed, the function remains orientation-independent.
- First release of cppgraphics library.