Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/inanevin/LinaVG
Browse files Browse the repository at this point in the history
  • Loading branch information
inanevin committed Apr 22, 2023
2 parents 2e19158 + 4f84adc commit de69513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ With that in mind, you can use LinaVG to build both retained and immediate mode

LinaVG was initially made for [Lina Engine](https://www.github.com/inanevin/LinaEngine), however this library is completely decoupled from it. You can use LinaVG in your own projects with minimal dependencies.

# Thread-safety

LinaVG is thread-safe as long as the [Threading](https://github.com/inanevin/LinaVG/wiki/13-Threading) guidelines are followed. Only functions that are not thread-safe at the moment are those used for loading fonts, which require wrapping around a mutex.

# Features

![lina](https://user-images.githubusercontent.com/3519379/173691256-289869b6-7fa9-462b-b2ef-28d6680c7bdd.gif)
Expand Down

0 comments on commit de69513

Please sign in to comment.