Skip to content

LinaVG 2.0.1

Latest
Compare
Choose a tag to compare
@inanevin inanevin released this 02 May 17:02
· 4 commits to master since this release

Changelog 2.0.1

  • Patching 2.0.0 over for example application related fixes.

Changelog 2.0.0

Breaking ⚠️

  • API has changed, no more global draw state. All draw/render related functionality is encapsulated into LinaVG::Drawer object. This is extremely useful for multithreading APIs, as now each thread can have it's own objects. Wiki's have been updated.

Other

  • CMake fixes.
  • Corrections to SDF text size calculations.

Texts

  • Font loader now omits empty glyphs to save CPU time.
  • Letter wrap on top of word wrap is now supported.
  • Texts now have custom CPU clipping, e.g. ditching vertices outside of clip area.

Changelog 1.6.9

  • Bump for consistency, project cleanup.