Skip to content

Releases: lukasmatena/cppgraphics

cppgraphics 1.0.1

Choose a tag to compare

@lukasmatena lukasmatena released this 28 Sep 10:36
  • 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::triangle and cg::triangle_blend are reoriented if needed, the function remains orientation-independent.

cppgraphics 1.0.0

Choose a tag to compare

@lukasmatena lukasmatena released this 09 Jul 14:54

Initial release of cppgraphics library.